咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
如下在server.xml中建立ssl网站即可使其监听443端口
<Connector port="443" protocol="HTTP/1.1" scheme="https" secure="true" maxThreads="150" SSLEnabled="true"> <SSLHostConfig> <Certificate certificateKeystoreFile="/home/wwwroot/jsp/ssl/www.landui.com" certificateKeystorePassword="llll123456" clientAuth="false" sslProtocol="TLS" type="RSA" certificateKeyAlias="www.landui.com"/> </SSLHostConfig> </Connector>