tomcat SSL

conf/server.xml

<Connector
protocol="org.apache.coyote.http11.Http11NioProtocol"
port="8443" maxThreads="200"
scheme="https" secure="true" SSLEnabled="true"
keystoreFile="conf/cert/xxx.pfx" keystorePass="xxx"
keystoreType="PKCS12"
clientAuth="false" sslProtocol="TLS"/>

發佈留言

*