Chrome ERR_CONNECTION_REFUSED
Warningchrome
Overview
Chrome ERR_CONNECTION_REFUSED means the website server actively refused the connection, usually because no service is running on that port.
Key Details
- Chrome cannot establish a connection to the server
- Server is reachable but nothing is listening on the port
- Different from timeout (ERR_CONNECTION_TIMED_OUT)
- Common with localhost development servers
Common Causes
- Web server is not running or has crashed
- Firewall blocking the connection port
- Wrong port number in the URL
- Server configured to reject connections from your IP
Steps
- 1Check if the website is down using isitdownrightnow.com
- 2Flush DNS cache: chrome://net-internals/#dns
- 3Disable proxy settings: Settings > System > Proxy
- 4Try accessing from a different network
Tags
browserchromechrome err connection refusedfixtroubleshooting
More in Chrome
chrome-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-cert-authority-invalidChrome ERR_CERT_AUTHORITY_INVALID
Errorchrome-err-cache-missChrome ERR_CACHE_MISS
InformationalFrequently Asked Questions
The server is reachable but not accepting connections on that port — the server may be down.