This question is in reference to Atlassian Documentation: java.security.cert.CertificateException: No subject alternative DNS name matching found
When i look at my LDAP-Server cert with the openssl client i get a correct X509v3 Subject Alternative Name.
But JIRA still fails with "javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative names matching IP address"
any ideas?
I found this issue:
https://jira.atlassian.com/browse/BSERV-7741
So it seems to be more a problem with the buildin JRE that comes with Jira, which is still 1.8.0_51
Would be nice, if Atlassian could pack JIRA with a current JRE
Ok, my fault.
My testing-machine is v7.1.1 with JRE 1.8.0_51
My production-machine is on v7.1.4 with 1.8.0_74-b02
I need to check if it will run on later
JRE 1.8.0_74-b02 (in JIRA v7.1.4) solves the LDAPS SSL error
Make sure that both the short and FQDN is presented in the certificate alt names. Commonly certs are issued with FQDN but site's visited via the short name, and this can cause these kind of issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.