Couldn't establish a connection to the VM web console."/var/run/log/rhttpproxy.log
YYYY-MM-DDTHH:MM:SSZ warning rhttpproxy[216##73] [Originator@6876 sub=IO.Connection] Failed to SSL handshake; SSL(<io_obj p:0x00000079e7637df8, h:17, <TCP '<ESXi-IP> : 443'>, <TCP '<VC-IP> : 33476'>>), e: 336151574(sslv3 alert certificate unknown), duration: 26msecYYYY-MM-DDTHH:MM:SSZ warning rhttpproxy[216##73] [Originator@6876 sub=RhttpProxy] SSL Handshake failed for stream SSL(<io_obj p:0x00000079e7637df8, h:17, <TCP '<ESXi-IP> : 443'>, <TCP '<VC-IP> : 33476'>>): N7Vmacore3Ssl12SSLExceptionE(SSL Exception: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown)This issue occurs when there is a SSL thumbprint mismatch between the ESXi host and the vCenter Server Database (VCDB).
/opt/vmware/vpostgres/current/bin/psql
-U postgres -d VCDB -c "select
id,dns_name,ip_address,host_ssl_thumbprint,expected_ssl_thumbprint from
vpx_host;"
openssl x509 -in /etc/vmware/ssl/rui.crt -text -fingerprint | grep -i fingerMismatching thumbprints indicate that the vCenter Database is referencing an outdated certificate, triggering the login error.
Connection > Disconnect.Connection > Connect.Yes/OK./etc/init.d/vpxa restart/etc/init.d/hostd restart