Raul Rueda wrote:

GetMethod httpget = new GetMethod("https://www.verisign.com/";);
...
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException:
No trusted certificate found

If you're using the JDK's built-in trustStore you shouldn't have this problem. Make sure you're not overriding it with a system property. This error is typical with non-cartel certs, in which case you need to either implement your own TrustManager or add their signer(s) to $JAVA_HOME/jre/lib/security/cacerts.

-0xe1a

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

Reply via email to