views:

8

answers:

0

Hi folks,

I am writing some Java client to a web service. I am already have xxx_FX.crt and xxx_IE.crt certifications for FF and IE repsectively.

I've putted them both in jdk/jre/lib/security but the client still throw the famous exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed' problem.

So, Does this means that I need a specific client for Java applications?