ESXi hosts intermittently appear as "Not Responding" in vCenter Server while VMs remain operational. The vCenter web interface may become unresponsive or display HTTP 401 errors. Users accessing VMs through vCenter lose connectivity during these periods.
Replication services can create more HTTPS sessions than it closes, and more than the ESXi host's envoy service can handle. The envoy service has a limit of 128 concurrent HTTPS sessions. When this limit is exceeded, connection failures occur between vCenter and the host.
Evidence in host envoy logs:
warning envoy[2100277] [Originator@6876 sub=filter] [Tags: "ConnectionId":"12521751"] remote https connections exceed max allowed: 128
Immediate Work-around
/etc/init.d/envoy restart
Long-term Solution