Symptoms:
This error is observed when a CA certificate with only server authentication is used.
Reconnect failed with “A runtime error occurred in the vSphere Replication Management Server. Exception details: ‘VR Server error: No client certificate; No SSL binding info for the client.’”
In the log /var/log/vmware/hbr/hbrsrv.log:
2026-04-09T15:08:59.934Z verbose hbrsrv[02049] [Originator@6876 sub=SessionManager opID=Rby-oeTgwgq-HMS#G] Logging by SSL certificate2026-04-09T15:08:59.934Z warning hbrsrv[02049] [Originator@6876 sub=Main opID=Rby-oeTgwgq-HMS#G] HbrError stack:2026-04-09T15:08:59.934Z warning hbrsrv[02049] [Originator@6876 sub=Main opID=Rby-oeTgwgq-HMS#G] [0] No client certificate2026-04-09T15:08:59.934Z warning hbrsrv[02049] [Originator@6876 sub=Main opID=Rby-oeTgwgq-HMS#G] [1] No SSL binding info for the client2026-04-09T15:08:59.934Z warning hbrsrv[02049] [Originator@6876 sub=Main opID=Rby-oeTgwgq-HMS#G] [2] Error converted to Vmomi fault hbr.replica.fault.NoClientCertificate2026-04-09T15:09:06.974Z verbose hbrsrv[01991] [Originator@6876 sub=SessionManager] hbr.replica.ReplicationManager.setPrimaryHosts: not authorized
VMware Live Recovery 9.0.x
The error hbr.replica.fault.NoClientCertificate occurs because the vSphere Replication Management Service (HMS) uses the appliance certificate to authenticate with the HBR server. If the CA-signed certificate was issued without Client Authentication (1.3.6.1.5.5.7.3.2) in the Extended Key Usage (EKU), the HBR server rejects the connection as unauthorized.
Generate the CSR and ensure that both ServerAuth and ClientAuth are included when signing the CA certificate to resolve the issue.
If vSphere Replication pairing fails after applying CA-signed certificates, verify that the required EKU fields are present using one of the following methods.
https://<VLR-IP-or-FQDN>.[!IMPORTANT] If Client Authentication is missing, the certificate must be re-issued with both usages to resolve the
hbr.replica.fault.NoClientCertificateerror.
To verify the certificate's EKU directly on the appliance or a Linux workstation:
Command:
Expected Output: The output must contain both of the following authentication types:
TLS Web Server AuthenticationTLS Web Client Authentication