Konstantin Kolinko wrote:
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"
I already tried to specify an absolute path. But nothing is different.
I didn't use keyAlias. With this keyAlias added, now i get the following
message :
java.io.IOException: Alias name tomcat does not identify a key entry
But, keytool can list tomcat :
keytool -list -keystore /etc/tomcat6/keystore
Enter keystore password:
Keystore type: JKS
Keystore provider: SUN
Your keystore contains 1 entry
tomcat, 09-Feb-2010, trustedCertEntry,
Certificate fingerprint (MD5):
25:4D:A9:FB:10:99:19:8F:71:0C:27:42:A4:6C:F2:76
Note, that the SSL Howto document has "Troubleshooting" section:
http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html#Troubleshooting
Yes and at the end of this part it said "If you are still having
problems, a good source of information is the TOMCAT-USER mailing list."
It is why i'm writing here :)
Thank you for your help.
--
*Fabien COMBERNOUS*
/unix system engineer/
www.kezia.com <http://www.kezia.com/>
*Tel: +33 (0) 467 992 986*
Kezia Group
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org