Site icon EfmSoft

What does HRESULT 0x80072F06 (WININET_E_SEC_CERT_CN_INVALID) mean?

 
Previous Next
WININET_E_SEC_CERT_DATE_INVALID WININET_E_HTTP_TO_HTTPS_ON_REDIR

WININET_E_SEC_CERT_CN_INVALID

WININET_E_SEC_CERT_CN_INVALID means that the host name requested by the client does not match the identity presented in the TLS server certificate. Microsoft describes the typical case as requesting one hostname while the certificate identifies a different hostname.

Common causes

Safe resolution

Use the canonical hostname that the certificate covers, deploy a certificate with the required DNS names, or correct the proxy trust model. Do not enable the ignore-name-mismatch flag as a production workaround.

Microsoft: HttpOpenRequest security flags · Microsoft: InternetErrorDlg


Looking for a different code? Search another status or error code.

Exit mobile version