Symptoms:
Pairing sites in VMware vCenter Site Recovery Manager fails without any error message on vSphere web client.
But you will see entries similar to the following error messages in the SRM log.
1.Please make sure that your configured vCenter and PSC will resolve via DNS to the expected IP address.
2. openssl is connecting to vc2.example.com, but the certificate of vc1.example.com had been returned.
So you can see the error message "Host name does not match the subject name(s) in certificate" in vmware-dr.log
Check the DNS records using nslookup command.
3. Also you can find the thumbprint of each certificates using openssl command.
The thumbprint of vc2.example.com should be 62:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:90,
because of 75:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:3F is the thumbprint for vc1.example.com.