| Previous | Next |
| WININET_E_HTTPS_HTTP_SUBMIT_REDIR | WININET_E_SEC_CERT_REV_FAILED |
WININET_E_SEC_CERT_ERRORS
WININET_E_SEC_CERT_ERRORS is a WinINet HRESULT. It means that WinINet detected one or more certificate validation problems for the secure connection. The code is a general certificate-error result; the specific issue can involve trust, hostname, validity dates, revocation or chain construction.
What to check
- Inspect the certificate details and chain for the exact validation failure, including the host name used by the request.
- Correct the server certificate, intermediate chain, DNS name or trusted-root deployment as appropriate.
- Do not disable certificate checks or accept an invalid certificate as a permanent workaround.
Looking for a different code? Search another status or error code.
