Resolving the “ERR_CONNECTION_TIMED_OUT” Error in Firefox

You’re trying to visit a website you use every day, but Firefox spins for 30 seconds before giving up and displaying a bleak white screen with ERR_CONNECTION_TIMED_OUT. The strangest part? The site loads perfectly fine on your phone.

This error means the server took too long to reply to Firefox’s request. While it can be a server-side issue, if other devices on your network can load the site, the problem is localized to your Firefox browser or Windows firewall. Here is exactly how to fix it.

1. Flush Your DNS Cache

Windows keeps a local address book of websites (the DNS cache) to load them faster. If a website changes its server address, your local cache points Firefox to a dead end, causing a timeout.

  1. Click the Windows Start button, type cmd.
  2. Right-click Command Prompt and choose Run as administrator.
  3. Type ipconfig /flushdns and hit Enter.
  4. You should see a message saying “Successfully flushed the DNS Resolver Cache.” Restart Firefox and try the site again.

2. Bypass the Proxy Server

Sometimes malware, VPNs, or workplace software forcefully route Firefox traffic through a proxy server that no longer exists.

  1. Open Firefox and click the hamburger menu (≡) in the top right.
  2. Click on Settings.
  3. Scroll all the way down to the Network Settings section and click the Settings… button.
  4. Select the bubble for No proxy.
  5. Click OK and refresh the problematic webpage.

3. Change Firefox’s Maximum Timeout Value

If you are on a very slow internet connection (like a 3G hotspot), Firefox might simply be giving up too early. You can increase the browser’s patience.

  1. Type about:config into the Firefox address bar and hit Enter.
  2. Click the Accept the Risk and Continue button.
  3. In the search bar, type network.http.connection-timeout.
  4. Double-click the number (usually 90) and change it to 120 or 180 (seconds).
  5. Click the checkmark to save it.

FAQ

Could my antivirus be causing this?

Yes. Aggressive third-party antivirus suites (like Avast or McAfee) use “Web Shields” that intercept all browser traffic. If the Web Shield crashes, Firefox’s connection times out. Try temporarily disabling your antivirus web shield for 10 minutes to see if the site loads.

Leave a Comment