You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi Atlassians,
We are performing migration and upgrade of JIRA to the latest available version.
Current version of JIRA used is 6.3.12.
I have replicated same environment and imported ldap certificate available in the "/opt/atlassian/jira/jre/lib/security/" folder using keytool.
./keytool -import -alias ldapcert -file /opt/atlassian/jira/jre/lib/security/abcldap.crt -keystore
/opt/atlassian/jira/jre/lib/security/cacerts
Users were able to connect properly.
When I upgraded to 6.4.14 from 6.3.12. I am receiving below error.
"Sorry, A communication error occured while trying to contact the remote authentication server". When I got this error during 6.3.12, I have imported ldap.crt certificate, and the issue was resolved.
But when I did the same here in 6.4.14, its not working. Atlassian gave me workaround to disable "SSL" [UserManagement-->UserDirectories-->Edit-->Uncheck "Use SSL" checkbox]. Then we were able to connect.
But its not a secure connection. when I click the checkbox again("Use SSL") I am getting below error.
############################################################
Connection test failed. Response from the server:
ldap.abc.abc.edu:636; nested exception is javax.naming.CommunicationException: tamldapvip.tjh.tju.edu:636 [Root exception is 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]
############################################################
Thanks,
Nav