Chrome ERR_CERT_AUTHORITY_INVALID
Errorchrome
Overview
Chrome ERR_CERT_AUTHORITY_INVALID means the website SSL certificate was issued by an untrusted certificate authority.
Key Details
- Certificate not signed by a trusted root CA
- Chrome shows "Your connection is not private"
- NET::ERR_CERT_AUTHORITY_INVALID warning page
- Proceeding may expose your data to interception
Common Causes
- Self-signed SSL certificate on the server
- Certificate authority not in Chrome trust store
- Corporate proxy intercepting HTTPS with its own cert
- Let's Encrypt certificate chain incomplete
Steps
- 1Check if the certificate is from a recognized CA
- 2For corporate networks: import company root certificate
- 3Contact website owner about certificate issue
- 4Do NOT bypass warning for banking or sensitive sites
Tags
browserchromechrome err cert authority invalidfixtroubleshooting
More in Chrome
chrome-err-connection-refusedChrome ERR_CONNECTION_REFUSED
Warningchrome-err-connection-timed-outChrome ERR_CONNECTION_TIMED_OUT
Warningchrome-err-internet-disconnectedChrome ERR_INTERNET_DISCONNECTED
Warningchrome-err-name-not-resolvedChrome ERR_NAME_NOT_RESOLVED
Warningchrome-err-ssl-protocol-errorChrome ERR_SSL_PROTOCOL_ERROR
Warningchrome-err-cache-missChrome ERR_CACHE_MISS
InformationalFrequently Asked Questions
The warning means the certificate cannot be verified — proceed only if you trust the site.