YYYY-MM-DDTHH:MM:SS.Z In(166) envoy[2106882]: "YYYY-MM-DDTHH:MM:SS.Z warning envoy[2107532] [Originator@6876 sub=filter] [Tags: "ConnectionId":"######"] remote https connections exceed max allowed: 128"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.
Immediate Work-around:
Access the ESXi Host via SSH
root using an SSH client.Identify the Source IP of Excessive Connections
grep ":443" /var/run/log/envoy-access.log | cut -d' ' -f 15 | sort | uniq | cut -d ':' -f 1 | uniq -clocalcli network ip connection list | grep envoyStop the Offending Service
Restart the Envoy Service
/etc/init.d/envoy restartVerify Connectivity
/var/run/log/envoy.log to ensure the remote https connections exceed max allowed: 128 warnings are no longer being generated.Long-term Solution: