Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team
I was having a job which was running without any issues for last few months. But suddenly the job got failed with the below issue.
Exception in component Common_Access_token_Generator_1_tREST_2
com.sun.jersey.api.client.ClientHandlerException: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:155)
at com.sun.jersey.api.client.Client.handle(Client.java:652)
at com.sun.jersey.api.client.WebResource.handle(WebResource.java:682)
at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)
at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:570)
Please help in resolving this issue.
Thanks for the reply.
I could see that the jobs are now running without any issues. But we haven't done any system level or job level changes as well.
Could you help me what is the actual issue here.
Hello,
Please make sure that you insert the the CAcert into your JDK truststore.
Double check your <studio Home>\studio\<studio>.ini file to see if you're using a specific trust store.
-Djavax.net.ssl.trustStore=
-Djavax.net.ssl.trustStorePassword=
If this property does not exist in ini. It'll be the default JDK's truststore you're using for studio.
Best regards
Sabrina
I am getting error on my site :
Unexpected exception: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: sun.security.validator.ValidatorException: TrustAnchor with subject "CN=server-CA" is not a CA certificate PKIX path validation failed: sun.security.validator.ValidatorException: TrustAnchor with subject "CN=server-CA" is not a CA certificate
How to fix this issue