When attempting to configure an Active Directory over LDAP (LDAPS) identity source in VMware vCenter Server, the configuration fails during the certificate upload process.
Symptoms:
VMware vCenter Server: 7.x, 8.x,
The vCenter Single Sign-On (SSO) configuration wizard requires individual Base64-encoded X.509 certificates (usually with .cer, .crt, or .pem extensions). The wizard does not support uploading compressed archive formats such as .zip or .7z. When a ZIP file is uploaded, the SSO service cannot extract the underlying PEM-encoded text required to build the trust chain.
To resolve this issue, you must extract the certificates from the archive and upload them individually.
Ensure the Primary Server URL matches the Subject or Subject Alternative Name (SAN) within the certificate. Using an IP address in the URL will cause a handshake failure if the certificate only contains the FQDN.
Verify firewall connectivity: vCenter must be able to reach the Domain Controller on port 636 (LDAPS) or 3269 (Global Catalog LDAPS).