Enhanced Replication mappings fail.Replication for the vm not active.
The Site Recovery UI and appliance logs (hms.log) report SSL trust failures despite the use of valid, CA-signed certificates. Common error signatures include:
Connect: certificate verify failed (SSL routines)javax.net.ssl.SSLHandshakeException: PKIX path building failedFailed to connect to server <IP>:32032VMware Live Recovery 9.0.x
The issue is caused by duplicate BIOS UUIDs across multiple ESXi hosts in the environment (frequently observed on HPE servers where serial numbers or BIOS identifiers were modified).
vSphere Replication uses the hardware BIOS UUID as a unique identifier to track host entities in its internal database (hbrserverentity table). When multiple hosts share the same UUID, the vSphere Replication appliance creates conflicting entries and caches incorrect certificate thumbprints. This leads to a mismatch where the appliance expects a thumbprint from "Host A" but receives a different one from "Host B," triggering a security rejection during the SSL handshake.
# esxcli hardware platform get | grep UUID | sed -e 's/0x//g'
UUID: ## ## ## # ## ## ## ## ## ## ## ## ## ## ## # systemctl restart hmssystemctl restart hbrsrv/etc/init.d/hostd restart/etc/init.d/vpxa restart