Site icon EfmSoft

What does HRESULT 0x80072F0C (WININET_E_CLIENT_AUTH_CERT_NEEDED) mean?

 
Previous Next
WININET_E_POST_IS_NON_SECURE WININET_E_INVALID_CA

WININET_E_CLIENT_AUTH_CERT_NEEDED

WININET_E_CLIENT_AUTH_CERT_NEEDED means that the server requested a client certificate during TLS authentication. It does not indicate that the server certificate is invalid; the server is asking the client to prove its own identity.

Selection criteria

Do not assume anonymous fallback succeeds

Microsoft notes that a UI path may continue anonymously if no certificate is selected, but the server can still reject the next request. Treat this status as a TLS credential requirement and log the requested endpoint and selected certificate identity without exposing private material.

Microsoft: InternetErrorDlg client certificate handling · Microsoft: WinINet error messages


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

Exit mobile version