摘要:
本地java请求https接口,不需要添加证书: 只需要修改配置文件applicationContext-soap-client.xml: <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www 阅读全文
摘要:
需要在httpd.conf文件最后添加即可: <Directory /> Options FollowSymLinks AllowOverride All RewriteEngine on RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)?$ h 阅读全文
摘要:
使用yum安装的apache。 第一步,需要把准备好的证书上传到服务器。具体位置:/app/cacerts/ 第二步,安装ssl。 命令:yum install mod_ssl openssl 安装完毕后,会自动生成 /etc/httpd/conf.d/ssl.conf 文件。 之后需要重启apac 阅读全文