Hello:
I hope @Jamie Echlin can help me! I have all latest versions installed on our served version of JIRA. Here is the info:
JIRA (v5.2.9#852-sha1:71473fa), GreenHopper (v6.1.6), Script Runner (2.1.3).
I am getting the following error message when I click the "View in Issue Navigator" link in the PLAN mode of all of our project/team boards in JIRA/GreenHopper:
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.
Here is what my browser displays when the link launches the Issue Navigator and the error appears:
Please help! I've contacted Atlassian support and they're directing me to Jamie, the plugin developer.
Thanks in advance!
andria
Hey there, Andria.
The problem that you are facing could be caused by the fact that JIRA does not contain the SSL certificate (public key) from the services it trying to connect.
Is your POP mail server using SSL services? If so, can you try to obtain that certificate (public key) from the mail server and then import into the keystore of the JAVA which JIRA is using at the moment.
After that, restart JIRA and try to test the connection again.
Kindly check on the documentation for further details and explanations:
Hope this helps.
Warm regards,
Danial
Danial:
This worked!! Thank you!!
..andria..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Brilliant, thanks for answering this Ahmad.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey there, Andria and Jamie.
Glad to be able to help on this. You are most welcome!
Warm regards,
Danial
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't understand what to do. My JIRA runs on Windows, on SSL with a valid certificate. Not sure how would this greenhopper issue be connected to POP or LDAP when JIRA is basically trying to connect to itself.
First I exprted the certificate from a linux machine that has openssl installed:
$ openssl s_client -connect jira01.domain.com:https
I took the cert, copied over to the JIRA server. Then imported the SSL certificate into JIRA's keystore although it was already there hence running on SSL:
C:\JIRA\jre>bin\keytool -import -file "C:\certificate\https.pem.txt" -alias jira01.domain.com -keystore c:\certificate\jira.jks ... Certificate already exists in keystore under alias <tomcat> Do you still want to add it? [no]: yes Certificate was added to keystore
Rebooted JIRA but same error. What do?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You have to import the JIRA server's certificate into the keystore, not the email server's cert. The script runner turns back to JIRA, an needs the root cert in the keystore.
Of course if the email server's root cert is the same as JIRA's cert, then there is no difference.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.