Back to Home

Network Errors

Complete guide to network connection errors and how to fix them.

14 Error Types
ERR_CONNECTION_REFUSED
Connection Refused

The connection to the server was refused. The server may be down or not accepting connections on the specified port.

ERR_CONNECTION_TIMED_OUT
Connection Timeout

The connection attempt timed out. The server took too long to respond or network is unreachable.

ERR_NAME_NOT_RESOLVED
DNS Resolution Failed

The domain name could not be resolved to an IP address. DNS lookup failed.

ERR_NETWORK_CHANGED
Network Configuration Changed

The network configuration changed during the connection, causing the request to fail.

ERR_SSL_PROTOCOL_ERROR
SSL Protocol Error

An error occurred in the SSL/TLS protocol handshake or communication.

ERR_CERT_AUTHORITY_INVALID
Invalid Certificate Authority

The SSL certificate is not trusted because it was issued by an untrusted certificate authority.

ERR_CERT_DATE_INVALID
Certificate Expired or Invalid Date

The SSL certificate has expired or the system date is incorrect.

ERR_INTERNET_DISCONNECTED
No Internet Connection

There is no active internet connection available.

ERR_ADDRESS_UNREACHABLE
Address Unreachable

The network address is unreachable. The destination host cannot be reached.

ERR_CONNECTION_RESET
Connection Reset

The connection was reset by the peer. The server closed the connection unexpectedly.

ERR_TOO_MANY_REDIRECTS
Too Many Redirects

The request exceeded the maximum number of redirects, indicating a redirect loop.

ERR_BLOCKED_BY_CLIENT
Blocked by Client

The request was blocked by browser extension, ad blocker, or security software.

ERR_CERT_COMMON_NAME_INVALID
Certificate Common Name Invalid

The SSL certificate's common name doesn't match the domain name.

ERR_EMPTY_RESPONSE
Empty Response

The server returned an empty response without any data.