Products | Versions |
---|---|
TIBCO Enterprise Message Service | - |
Not Applicable | - |
Resolution:
EMS LDAP functionality is built upon OpenLDAP and OpenLDAP SSL client checks the server hostname (by default SSL client expects the Server Certificate to contain CN that is matching to the hostname in the Server URL).
OpenLDAP does not provide any facility nor any option to change this behavior.
In general, the hostname is checked by either:
a/ verifying the subjectAltName field in the Certificate, or
b/ comparing the hostname of the LDAP server (URL) with the CN in the certificate.
The verification of subjectAltName has not been implemented in TIBCO EMS.