KB Article #180247

Disable SSL certificate name checking for external LDAP connections

Problem

Sometimes it is required to disable SSL certificate name checking for external LDAP connections configured in API Gateway.


Configuring Remote hosts most likely will not work here.

Resolution


Add the below parameter to the apigateway/system/conf/jvm.xml file and restart the API Gateway Instances.

<VMArg name="-Dcom.sun.jndi.ldap.object.disableEndpointIdentification=true"/>