What does HRESULT 0x800C0019 (INET_E_INVALID_CERTIFICATE) mean?

 
Previous Next
INET_E_REDIRECT_TO_DIR NS_W_SERVER_BANDWIDTH_LIMIT

INET_E_INVALID_CERTIFICATE

INET_E_INVALID_CERTIFICATE is a URL Moniker HRESULT. It means that secure access to the Internet object failed certificate validation. The certificate can be expired, untrusted, revoked, mismatched to the target host or otherwise unsuitable for the secure connection.

What to check

  • Inspect the certificate chain, validity period, hostname and revocation status for the target URL.
  • Correct the server certificate deployment or enterprise trust configuration through approved administration.
  • Do not ignore the result or disable certificate checking as a permanent workaround.

Microsoft documentation


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