Hi!
I'm using Tomcat 4.1.29 on WinXP and JDK 1.4.2_02.
I've created a keystore for the SSL with keytool:
keytool -import -alias root -keystore tomcatStore -trustcacerts -file CA.crt
keytool -import -alias tomcat -keystore tomcatStore -trustcacerts -file SERVER.crt
CA.crt was also added to cacerts in jre/lib/security as an trusted certificate.
Now when I run tomcat I get:
javax.net.ssl.SSLException: No available certificate corresponds to the SSL cipher
suites which are enabled.
Anyone can give me some idea on what is going on ?
Best regards,
Kovi
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]