Hi,
I have configured rest endpoint (Scriptrunner endpoint) and when i try to send post request without keystore i have a HTTP/1.1 403. But when i try do send post with keystore i have
how i can solve it?
Hey, Taras!
This could be an issue on the JVM truststore, you should add the certificate in order to connect with it using the keystore. The PKIX error that we're facing means that the JVM doesn't trust the secure service that JIRA is trying to connect to it. This is because the public SSL certificate from the service was not imported to the JVM cacerts file (truststore).
I'd like to provide a brief explanation below of how the SSL works in JIRA. Basically, we have two areas of SSL that can sometimes be confusing:
To add the certificate please follow the procedure below:
Kind regards,
Maurício Karas
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.