Control Channel To Transport Node Down Long" or "Management Channel to Transport Node Down Long"Heartbeating between NSX management node and host #### is down.nsxcli -c get controllers on the ESXi host shows a status of disconnected and a failure reason of OTHER_ERROR:Controller IP Port SSL Status Is Physical Master Session State Controller FQDN Failure Reason<IP Address> 1235 enabled not used false null NA NA<IP Address> 1235 enabled disconnected true down NA OTHER_ERROR<IP Address> 1235 enabled not used false null NA NA
nsxcli -c get managers on the ESXi host shows the NSX Managers in Standby (NSX-RPC) status./var/log/nsx-syslog.log on the ESXi host contains errors such as: Couldn't connect to 'ssl://####:1234' (error: 104-Connection reset by peer)/var/log/syslog log show SSL handshake failures: NSX 2022 - [nsx@4413 comp="nsx-manager" subcomp="appl-proxy" s2comp="nsx-net" tid="2063" level="ERROR" errorCode="NET4"] NetTransport[1] Accept on endpoint 'ssl://0.0.0.0:1234' failed with error 104-Connection reset by peer from remote endpoint 'ssl-tcp://<IP Address>:57110'
NSX 2022 - [nsx@4413 comp="nsx-manager" subcomp="appl-proxy" s2comp="nsx-net" tid="2063" level="ERROR" errorCode="NET4"] NetTransport[1] Accept on endpoint 'ssl://0.0.0.0:1234' failed with error 104-Connection reset by peer from remote endpoint 'ssl-tcp://<IP Address>:61742'
# nc -zv <NSX Manager FQDN> 1234
Connection to <NSX Manager FQDN> 1234 port [tcp/*] succeeded!
# nc -zv <NSX Manager FQDN> 1235
Connection to <NSX Manager FQDN> 1235 port [tcp/*] succeeded!
openssl x509 -in /etc/vmware/nsx/host-cert.pem -noout -text | grep -A 2 "Validity"
Validity
Not Before: Jul 9 08:47:32 2026 GMT
Not After : Jul 6 08:47:32 2036 GMT
A physical firewall between the ESXi hosts and the NSX Managers is actively breaking the SSL connection. Because both the ESXi host and the NSX Manager simultaneously record a "104-Connection reset by peer" error, this indicates that the intermediary firewall is intercepting the traffic and sending TCP RST (Reset) ACK packets to both endpoints to tear down the session.
This occurs because the connections utilize random ephemeral source ports for the SSL handshake. While basic routing and destination ports are open, the firewall's strict port policies interpret the random source ports as unauthorized traffic, thereby interrupting the secure session establishment.
nsxcli -c get managers nsxcli -c get controllersControl Channel To Transport Node Down Long Alarm
Control Channel To Transport Node Down Too long due to DNS connectivity issue.
Heartbeating between NSX management node and host <host-UUID> is down.
"Control Channel To Transport Node Down Long" or "Management Channel to Transport Node Down Long" alarms for removed Transport Nodes
For general information on retrieving logs, see How to retrieve NSX-T logs from ESXi hosts.