> javax.net.ssl.SSLHandshakeException:
> sun.security.validator.ValidatorException: PKIX path building failed:
> sun.security.provider.certpath.SunCertPathBuilderException: unable to find
> valid certification path to requested target
This means your truststore doesn't trust the server certificate it
received. Either get them to use a CA-signed certificate, or (worse) get
them to export it and import it into your truststore.
G. Garrett Campbell - 29 Feb 2008 14:17 GMT
Why do Firefox and IE accept it, when java does not?
Is java out of date?
Thanks
>> javax.net.ssl.SSLHandshakeException:
>> sun.security.validator.ValidatorException: PKIX path building failed:
[quoted text clipped - 4 lines]
> received. Either get them to use a CA-signed certificate, or (worse) get
> them to export it and import it into your truststore.
EJP - 03 Mar 2008 10:38 GMT
> Why do Firefox and IE accept it, when java does not?
Because they use different truststores?