cancel
Showing results for 
Search instead for 
Did you mean: 

What file does the Nuxeo JVM use for its trusted certificates

jkay_
Champ in-the-making
Champ in-the-making

I have an operation that is trying to open an SSL connection to a web service. That web service is running on a host with a self-signed certificate. I have imported the cert into the .../jre6/lib/security/cacerts file, but I am still getting the exception:

sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

As I understand things, that indicates that I have not imported the certificte into the trusted keystore. If I run a test application, it makes the connection just fine, so I believe that I have imported the certificate properly.

2 REPLIES 2

Not applicable

I don't think there's any overriding of the default cacerts location, this should be the correct location. Are you certain you're using the same java for launching Nuxeo and for your test app?

Benjamin_Jalon1
Elite Collaborator
Elite Collaborator

Any updates ?