error: handshake timed out after 10000ms
/var/log/vmware/vcf/operationsmanager/operationsmanager.logYYYY-MM-DDTHH:MM:SS ERROR [vcf_om,################################,####] [c.v.e.s.c.c.v.vsphere.VsphereClient,om-exec-7] Failed to connect to https://<HOST_FQDN>:443/sdk
com.vmware.vim.vmomi.client.exception.ConnectionException: https://<HOST_FQDN>:443/sdk invocation failed with "org.apache.http.conn.ConnectTimeoutException: Connect to <HOST_FQDN>:443 [<HOST_FQDN>/<HOST_IP_ADDRESS>] failed: Read timed out"
at com.vmware.vim.vmomi.client.common.impl.ResponseImpl.setError(ResponseImpl.java:265)
VMware Cloud Foundation 5.2.2
An intervening firewall or network security appliance blocks required TCP port 443 traffic between the SDDC Manager, vCenter Server, and the target ESXi hosts. SDDC Manager relies on secure SSL/TLS sessions over port 443 to authenticate with host agents and execute password rotation tasks. If this traffic is dropped, the TLS handshake cannot initialize or complete, resulting in a handshake failure that prevents the accounts from synchronizing.
Validate network routing and connectivity between the SDDC Manager appliance, vCenter Server, and the management IP addresses of the affected ESXi hosts.
curl command to test connectivity to the vCenter Server and ESXi hosts.curl -v telnet://<VCENTER_IP_OR_FQDN>:<Port_Number>
curl -v telnet://<ESXI_MGMT_IP_OR_FQDN>:<Port_Number>
nc) to test connectivity to the SDDC Manager and vCenter Server.nc -z <SDDC_MANAGER_IP_OR_FQDN> <Port_Number>
nc -z <VCENTER_IP_OR_FQDN> <Port_Number>
curl command to test connectivity to the SDDC Manager and ESXi hosts.
curl -v telnet://<SDDC_MANAGER_IP_OR_FQDN>:<Port_Number>
curl -v telnet://<ESXI_MGMT_IP_OR_FQDN>:<Port_Number>
The following KB article can be referred to review the network port requirements for VMware Cloud Foundation:
https://knowledge.broadcom.com/external/article/316756/network-port-requirements-for-vmware-clo.html
Review the physical and virtual firewall configurations along the network path.
Ensure that bidirectional communication over TCP port 443 is explicitly allowed.
Modify or remove any firewall rules that are dropping or rejecting the HTTPS/443 packets.
After network communication is restored, navigate to the SDDC Manager UI and re-initiate the password remediation task for the disconnected accounts.