ERR_CERT_AUTHORITY_INVALID means the website's SSL certificate was not issued by a trusted certificate authority. Chrome does not trust the certificate and is blocking the connection to protect you.
First, check if your internet is working and what your current IP address is:
🔍 Check My IP Address →Every HTTPS website uses an SSL certificate signed by a Certificate Authority (CA) that browsers trust. Chrome maintains a list of trusted CAs. ERR_CERT_AUTHORITY_INVALID means the certificate for the site you are visiting was signed by a CA not on Chrome's trusted list. This happens when: the site uses a self-signed certificate (common on development servers and some routers), the certificate chain is broken, your antivirus is replacing the certificate with its own, your system's root certificates are outdated, or you are on a public Wi-Fi network that is intercepting your HTTPS traffic.
If you are accessing a known device like your home router admin page (192.168.1.1) or a local development server, the self-signed certificate is expected.
Expired certificates and wrong system clocks both cause this error.
Outdated Windows or macOS installations have outdated root certificate stores, causing valid certificates to appear invalid.
Antivirus programs that scan HTTPS traffic replace the server's certificate with their own. If their certificate is not trusted by Chrome you get this error.
Public Wi-Fi (hotels, airports, cafes) often intercepts HTTPS traffic before you log in, causing certificate errors.
http://neverssl.com — a plain HTTP site that triggers Wi-Fi login pages✅ Fixed it? Visit tools.examineip.com to confirm your IP address and connection are working correctly.
← Back to the complete guide: Internet Errors Hub
Last updated: March 30, 2026 • Report an error