Tomcat配置Https

生成證書apache

server.xml修改點tomcat

<Connector port="443" protocol="org.apache.coyote.http11.Http11NioProtocol"
               maxThreads="150" SSLEnabled="true" scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS" keystoreFile="/opt/ucp/apache-tomcat-8.0.5/casserver.keystore" keystorePass="changeit" />
相關文章
相關標籤/搜索