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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello Team,
I enabled the ssl services on JIRA and the test shows connection successful as well:
[root@JiraPOC-shrmrp jira]# /opt/atlassian/confluence/jre//bin/java SSLPoke DC-IAD6B-EX01.ant.amazon.com 636
Successfully connected
However, I see the same error when trying to connect to the above host while setting up user directories:
Connection test failed. Response from the server:
DC-IAD6B-EX01.ant.amazon.com:636; nested exception is javax.naming.CommunicationException: DC-IAD6B-EX01.ant.amazon.com:636 [Root exception is javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target]
There is a complete KB article with step by step resolution how to troubleshoot that kind of errors
Basically error is saying that the certificate does not exist so question does it exist in the trustedStore? D you use -Djavax.net.ssl.trustStore
parameter? Can you verify if trustedStore is causing the problem? If not check cacerts?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.