XXXX-XX-XXTXX:XX:XX.XXXZ <NSXedge-name> NSX 7216 - [nsx@6876 comp="nsx-edge" subcomp="nsx-proxy" s2comp="nsx-net" tid="7236" level="WARNING"] StreamConnection[385 Connecting to ssl://<NSX_Manager_IP>:1235 sid:385] Couldn't connect to 'ssl://<NSX_manager_IP>:1235' (error: 336151574-sslv3 alert certificate unknown)
4.1.0.2
Sometimes the host certificates couldn't be updated properly on the failed edge nodes by the NSX managers and this might result in such inconsistent state of Edge nodes.
To resolve the error, perform below actions on the failed edge node
Get the certificate thumbprint from NSX manager executing command get certificate api thumbprint
On the Edge node, in the admin prompt, execute below to sync certificates and restart nsx-proxy
sync-aph-certificates NSX-Manager-IP username admin thumbprint <thumbprint> password <password>/etc/init.d/nsx-proxy restart
If the issue still persists on the Edge node, perform below actions
Backup existing certificate and private key and remove them from the edge node as below
Execute sync-aph-certificates and restart nsx-proxy as below
sync-aph-certificates NSX-Manager-IP username admin thumbprint <thumbprint> password <password>/etc/init.d/nsx-proxy restartThen push host-certificate to NSX manager as below
Refer KB 369349