SRM (Site Recovery Manager) tries to connect to old thumbprints of vCenter server or SRM and it fails with thumbprint mismatch error.
SRM server shows "Not connected" on Site Recovery page, "Reconnect" from Site Recovery UI may fail or be successful but status still shows "Not Connected".
SRM Server cannot connect to SRM Server at 'https://####:443/drserver/vcdr/vmomi/sdk". SRM server #### cannot validate SSL certificate from server at ####:443. The remote host certificate has these problems: Unknown SSL certificate error
."Another way the Site Recovery - Site Pair page may look like:
The local SRM shows Remote SRM connection as "Not connected" and the target SRM shows "Unknown". The target SRM server also shows as "unknown:9086".The below error message may also be seen on Site Recovery page:
Unable to connect to Lookup Service at https://####:443/lookupservice/sdk. Reason: javax.net.ssl.SSLException: Certificate thumbprint mismatch.
"
"...CertificateValidationException: server certificate is not trusted and thumbprint verification is not configured"
SSL Exception: Verification parameters:
--> PeerThumbprint: XX:XX:XX:XX:XX:XX:XX
--> ExpectedThumbprint: XX:XX:XX:XX:XX:ZZ
--> The remote host certificate has these problems:
-->
--> * unable to get local issuer certificate
"VMware Site Recovery Manager 8.x
VMware Live Site Recovery 9.x
Incorrect thumbprints on SRM Database tables is the cause of this issue.
A sync issue may occur if the SRM hostname differs from the real name listed in the certificate. This preserves outdated entries and does not update thumbprints.
Thumbprints may fail if SRM is upgraded at any point while vCenter is out of sync.
To resolve the thumbprint mismatch issue, use the lsdoctor script as follows:
unzip lsdoctor.zip
python lsdoctor.py --trustfix
service-control --stop --all && service-control --start --all
If the issue persists after running the script, or if the symptoms and issue described above match your scenario but the resolution steps do not help, please contact Broadcom Support for further investigation and assistance.