Hello Ayu Pratama,
The error 0x8009030d in Hyper‑V Replica with HTTPS authentication almost always points to a certificate mismatch in either the Subject Alternative Name (SAN) or the Enhanced Key Usage (EKU) extensions. Hyper‑V Replica requires that the certificate used on each host has the Server Authentication EKU (1.3.6.1.5.5.7.3.1) and that the SAN field contains the exact FQDN of the host as it is configured in the Replica settings. If either is missing, the TLS handshake fails with the authentication error you are seeing.
You should audit the certificates on both hosts with certutil -store my and confirm the thumbprint, SAN entries, and EKU values. Also verify that the certificate chain is trusted and that revocation checking is not blocked by firewall rules. If the SAN or EKU is missing, the certificate must be replaced—there is no supported way to modify an existing certificate to add these extensions. Once the correct certificate is installed in the LocalMachine\My store, reconfigure the Replica settings to use its thumbprint. This ensures that HTTPS authentication succeeds and replication can be established.
If my answer is useful for you, please hit Accept the answer to support me.
Thank you,
HL.