2010/2/9 Fabien COMBERNOUS <[email protected]>:
> 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: [email protected]
For additional commands, e-mail: [email protected]