importing CA root into the JDK 1.2.2
843811May 23 2003 — edited May 23 2003I'm trying to get a command line application that runs on the JDK 1.2.2 to connect to a web server with a Thawte SSL certificate. I continue to get the following error:
javax.net.ssl.SSLException: untrusted server cert chain
I have imported the ca root for this certificate into the cacerts keystore using the keytool. I can use the keytool to do a list of the installed certs and see the one I installed setup properly.
Does anyone know if there are known bugs with the JDK 1.2.2 that could be causing me problems here? I'm running jdk1.2.2_012
If anyone has had luck with this in the past and can offer any suggestions please do.
Thanks