VMware vCenter Server
This issue arises when the Active Directory Domain Controllers are configured behind an external load balancer for LDAPS connections.
When vCenter attempts to connect to ldaps://ldap.example.com:636
, the load balancer redirects the traffic to one of the servers in the pool.
Additionally, a certificate that establishes trust for the LDAPS endpoint of the Active Directory server is required when using ldaps://
in either the primary or secondary LDAP URL.
To resolve this issue:
Run the following command to show the LDAP certificate
openssl s_client -connect dc1.domain.com:636 -showcerts