https ssl certificate problem tomcat7

 

Tomcat SSL配置 Connector attribute SSLCertificateFile must be defined when using SSL with APR解决

   The value of protocol is changed from "HTTP/1.1" to "org.apache.coyote.http11.Http11Protocol"

<Connector port="8443" protocol="org.apache.coyote.http11.Http11Protocol" SSLEnabled="true"
               maxThreads="150" scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS"
               keystoreFile="${user.home}/.keystore"
               keystorePass="changeit" />

 

 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326181775&siteId=291194637
Recommended