"java.net.SocketException: SSL handshake errorjavax.net.ssl.SSLException: No available certificate corresponds to the SSL cipher suites which are enabled."
Strangely enough, if I FIRST create a self-signed entry in my keystore before i import my CA signed-certificate, it works. Although this shouldn't be the case. =(
For instance, if I first do this:
keytool -genkey -keyalg "RSA" -keystore newKeystore -validity 3650
And then this:
keytool -import -trustcacerts -file myCASignedFile.cer -keystore newKeystore -alias myCASignedFile
It seems to work. But it should work with just myCASignedFile.cer in my keystore I think....
HELP! =P
Liam
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]