Hi All,
I am getting below error while accessing calling JIRA API.
After going through the community i understand that we have include the SSL certificate in JVM certificate folder.
Error
javax.ws.rs.ProcessingException: 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
at org.glassfish.jersey.client.HttpUrlConnector.apply(HttpUrlConnector.java:229)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:224)
I think you need to get a certificate for Atlassian Cloud access. The easiest way (which feels like cheating, but does work), is to go to your Cloud system in your browser and then click the "look at certificates" option
Firefox, to pick on just one, has a padlock icon nect to the url where you can view more info about the connection, including certs. You can use "view cert" and then save it or copy and paste it to a plain text certificate file.
The certificate the browser gives you can then be imported into the JVM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.