https的ssl证书问题tomcat7

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

   protocol的值由"HTTP/1.1"改为"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" />

猜你喜欢

转载自itace.iteye.com/blog/2400597