Error N7Vmacore3Ssl18SSLVerifyExceptionE(SSL Exception: Verification parameters:--> PeerThumbprint: ##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:D0--> ExpectedThumbprint: ##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:D7--> ExpectedPeerName: host-###--> The remote host certificate has these problems:-->--> * Host name does not match the subject name(s) in certificate.-->* Unable to get local issuer certsvSphere 7.0
vSphere 8.0
The thumbprint entries in the vCenter database do not match the thumbprint of the new ESXi host certificate.
In order to configure vSphere HA, vCenter informs the hosts to expect a connection from a certain thumbprint, using it's database as the record to pull from. As the entries won't match the actual certificate thumbprint; this issue occurs.
To compare the thumbprint of the ESXi certificate with the thumbprints in the vCenter database:
openssl x509 -in /etc/vmware/ssl/rui.crt -noout -fingerprint/opt/vmware/vpostgres/current/bin/psql -d VCDB -U postgres -c "select id,dns_name,expected_ssl_thumbprint,host_ssl_thumbprint from vpx_host where id = <host_id_from_step_1>;"