Konstantin Kolinko
Tue, 09 Feb 2010 05:35:32 -0800
2010/2/9 Fabien COMBERNOUS <fcombern...@kezia.com>: > My second connector (https) : > <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" > maxThreads="150" scheme="https" secure="true" > keystoreFile="conf/keystore" keystorePass="changeit" > clientAuth="false" > sslProtocol="TLS" />
Try to specify
keystoreFile="${catalina.base}/conf/keystore" keyAlias="tomcat"
Note, that the SSL Howto document has "Troubleshooting" section:
http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html#Troubleshooting
HTTP Connector configuration reference:
http://tomcat.apache.org/tomcat-6.0-doc/config/http.html
Best regards,
Konstantin Kolinko
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org