This issue is encountered when configuring a Key Management Server (KMS) in vCenter.
VMware vCenter Server 7.x, 8.x
This issue occurs because the Network Load Balancer (NLB) is blocking the network traffic required to complete the "retrieve certificate" operation. Consequently, the vCenter Server cannot establish the necessary trust with the KMS.
To resolve this issue, validate the network connectivity and ensure that any intermediary devices (such as a Network Load Balancer or Firewall) are not interfering with the SSL handshake.
ping <KMS_Server_IP>nslookup <KMS_Server_IP>curl -v telnet://<KMS_Server_IP>:5696openssl s_client -connect <KMS_Server_IP>:5696