mark, that did the trick!  Thanks so much. :)

Neal


-----Original Message-----
From: Mark Thomas [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 25, 2005 2:04 PM
To: 'Tomcat Users List'; [EMAIL PROTECTED]
Subject: RE: SSL Handshake Error!


Sounds like you are on the right path. The Equifax certificate must be
installed
in the trust store, not your key store. Where this is depends on whether you
are
using a JDK or a JRE but as an example, on my laptop the path is
D:\jdk1.5.0_05\jre\lib\security\cacerts

Mark

> -----Original Message-----
> From: Neal Cabage [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 25, 2005 8:00 PM
> To: Tomcat Users List
> Subject: SSL Handshake Error!
>
>
> Help!!!
>
> I use a secure (https) XML feed and it appears the provider
> recently switched SSL certificate providers and is now using
> an Equifax certificate.  Since that switch occured,
> my code is now throwing the following exceptions:
>
>
>
> javax.net.ssl.SSLHandshakeException:
> java.security.cert.CertificateException: Could not find
> trusted certificate
>
>
>
> Per the research I have done, I believe this must mean that
> the root certificate from Equifax must be installed in my
> local Keystore, in order to trust and decipher this
> certificate.  But attempts so far
>
>
> to import this into the keystore and obtain successful
> connection again have all failed.
>
> Does anyone know what is going on? Am I on the right path?
> Does anyone know what I am doing wrong?
>
>
>
> Thanks.
>
> Neal
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to