What is the ERR_CONNECTION_RESET Error
The ERR_CONNECTION_RESET error (or "Connection Reset") means that the server you are trying to connect to has forcibly terminated the TCP connection. The browser received a reset (RST) signal and could not complete the request.
Main Causes
- The server is overloaded and is rejecting new connections.
- A firewall or WAF on the server side is blocking your IP.
- An antivirus with HTTPS scanning intercepts and breaks the connection.
- Problems with the SSL certificate on the server.
- A VPN or proxy has incorrect settings.
- Your IP has been blacklisted on the server.
- An unstable internet connection.
How to Fix the ERR_CONNECTION_RESET Error
1. Check the Site in Another Browser
Open the problematic site in:
- Another browser (Firefox → Chrome or vice versa)
- Incognito mode
If it works — clear the cache and cookies of your main browser.
2. Clear Your Browser Cache
Chrome:
- Press
Ctrl+Shift+Delete - Select "All time"
- Check "Cookies and other site data" and "Cached images and files"
- Click "Clear data"
Firefox:
- Press
Ctrl+Shift+Delete - Select "Everything"
- Click "OK"
3. Disable Your Antivirus
Temporarily disable:
- Antivirus software (Avast, Kaspersky, Dr.Web)
- Browser extensions
- VPN
If the site opens after disabling — add the site to your antivirus's exceptions list.
4. Check the Site's Status
Use:
If the site is down — wait for it to recover.
5. Change Your DNS
- Open "Network Connections"
- Select the active adapter → "Properties"
- Internet Protocol Version 4 (TCP/IPv4) → "Properties"
- Enter DNS:
- Google:
8.8.8.8and8.8.4.4 - Cloudflare:
1.1.1.1and1.0.0.1
- Google:
6. Reset Network Settings
Windows:
ipconfig /flushdns
ipconfig /release
ipconfig /renew
macOS:
sudo killall -HUP mDNSResponder
Linux:
sudo systemd-resolve --flush-caches
Prevention
- Use a reliable DNS (Google or Cloudflare).
- Regularly clear your browser cache.
- Avoid overusing VPNs — some servers block them.
- Monitor the site's status via notifications (DownDetector).
F.A.Q.
How does ERR_CONNECTION_RESET differ from ERR_CONNECTION_CLOSED?
Why does the error occur only on one website?
Can an antivirus block the connection?
Hints
Check site accessibility in another browser
Clear browser cache and cookies
Temporarily disable antivirus
Check site status
Change DNS servers