ERR_CONNECTION_RESET means a connection was established, but then abruptly terminated mid-session by a TCP RST (reset) packet. The server or something between you and it forcibly closed the connection rather than letting it complete normally.
First, check if your internet is working and what your current IP address is:
🔍 Check My IP Address →A TCP reset can be sent by the web server (if it crashes or rejects the request), by a firewall or ISP (actively blocking the connection), by antivirus SSL inspection gone wrong, or by a misconfigured proxy. It differs from a timeout — this is an active termination, not just silence.
Press Ctrl+Shift+Delete in Chrome → All time → check Cached images and Cookies → Clear data. Corrupted cache data can cause malformed requests that trigger server-side resets.
Many antivirus programs intercept HTTPS connections to scan them. This can go wrong and cause resets. Look for settings like "HTTPS scanning," "SSL inspection," or "Web Shield" in your antivirus and temporarily disable that specific feature. If the error resolves, whitelist the site.
Chrome Settings → System → Open proxy settings → ensure all proxy settings are off (use "No proxy" or "Direct connection"). A broken proxy between you and the server will reset connections it can't handle.
Open Command Prompt as administrator:netsh winsock resetnetsh int ip resetipconfig /flushdns
Restart. A corrupted Winsock can cause TCP connections to reset incorrectly.
If your ISP is injecting TCP reset packets to block certain connections (this happens in countries with censorship, or sometimes with ISP-level content filtering), a VPN encrypts your traffic so the ISP can't inspect or reset it. Connect to a VPN and try again.
✅ 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: April 2, 2026 • Report an error