2、修改tomcat配置文件conf/server.xml,添加https配置即可
3、例如
<Connector port="443" maxHttpHeaderSize="8192"
protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="5000" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
URIEncoding="UTF-8"
keystoreFile="/opt/keystore/keystore.jks"
keypass="password2"
clientAuth="false" sslProtocol="TLS" />
该 *** 作系统常见分为两种环境:Apache、NginxNginx安装SSL证书:https://www.gworg.com/ssl/107.html
APACHE安装SSL证书:https://www.gworg.com/ssl/106.html
(实在不会配置可以淘宝Gworg获取代理配置)
linux大多有firefox浏览器,没有的话也可以装一个。
打开firefox的首选项,在高级-加密里有个查看证书。
注意要安装https证书必须先安装证书链。
以redhat5.4的firefox为例。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)