The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting Confluence with AD using SSL

Dominik Žarković
December 14, 2018

Hi, 

We are trying to connect Confluence server with Microsoft AD using SSL. But we keep getting this error message. 

nested exception is javax.naming.CommunicationException

Root exception is javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No name matching 

How can i fix this ? 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Thomas Deiler
Community Champion
December 14, 2018

Dear @Dominik Žarković,

most probably your SSL certificate is not trusted by the JVM. To fix this you can do following:

  • create a new keystore including the public part of the cert of AD (with Oracles keytool) and add the following to the start scripts of Confluence
    • -Djavax.net.ssl.trustStore=/path/to/keystore
  • or add the certificate to the JVM keystore located at (with the keytool)
    • java/jre/lib/security/cacerts

So long

Thomas

TAGS
AUG Leaders

Atlassian Community Events