Skip to content
Advertisement

Tag: jira-rest-java-api

Turn off ssl certificate validation for JiraRestClient

I’m trying to connect to my Jira via the atlassian rest api java framework: But this causes a errors: javax.net.ssl.SSLHandshakeException: General SSLEngine problem PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target I think this happens because I use a self-signed certificate for my Jira. Is there a way to turn of certificate validation for

Advertisement