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.