Server Name Does Not Match the Name on the Certificate

Technical Articles

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
Jamf Pro Server Log Example
[ERROR] [LDAPConnectionVerifier   ] - Error while checking LDAP server with ID: 1
javax.naming.CommunicationException: ldap-server:636
Caused by: javax.net.ssl.SSLHandshakeException: javax.net.ssl.SSLException: hostname in certificate didn't match: <ldap-server> != <ldap-server.corporatedomain.tld>
Caused by: java.security.cert.CertificateException: javax.net.ssl.SSLException: hostname in certificate didn't match: <ldap-server> != <ldap-server.corporatedomain.tld>
Caused by: javax.net.ssl.SSLException: hostname in certificate didn't match: <ldap-server> != <ldap-server.corporatedomain.tld>
Resolution
Ensure that the fully qualified domain name or URL of your authentication server (the server you are trying to make the connection to) matches the Common Name (CN) or the Subject Field Alternative Name (SAN).