Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Networking»Proxy Server Isn’t Responding? Here’s How To Fix It

Proxy Server Isn’t Responding? Here’s How To Fix It

Anup ThapaBy Anup ThapaNovember 24, 2022
proxy server isnt responding

A non-responding proxy server is a common networking problem with various possible causes. On the backend, these can range from HTTP errors and certificate validation issues to a misconfigured proxy server and so on.

Ultimately, all these problems lead to users encountering the Proxy Server Isn’t Responding or similar error message. As the message implies, often, the error really does occur due to server-end problems. Simply disabling the proxy or switching to a different server will resolve this problem in such scenarios.

In other cases, fixes like verifying the proxy configuration on the user end and checking the firewall settings will be helpful. We’ve detailed the steps for these and more solutions in the sections below.

Table of Contents

  • How to Fix the “Proxy Server Isn’t Responding” Error?
    • Check System Proxy Settings
    • Check Browser Proxy Settings
    • Check Firewall 
    • Verify System Security

How to Fix the “Proxy Server Isn’t Responding” Error?

As stated, if the root problem is on the server end, there’s not much you can do as a user. You’ll have to simply not use this proxy or switch to a different proxy server if possible. But there are also various user-end factors that can lead to this error.

Check System Proxy Settings

There are a number of ways to connect to a proxy server, from auto-detection and setup scripts to manual setup. In the case of WPAD (auto-discovery), you should disable auto-detection and switch to manual setup. In the case of manual setup, you should ensure the proxy configurations are correct.

We’ve explained how you can do all of this via Windows Settings below. But the same steps apply to the legacy method (inetcpl.cpl – Internet Properties) as well.

  1. Press Win + I and select Network & Internet > Proxy.
  2. The first way to solve this error is to simply not use a proxy server. To do this, toggle off all three proxy options on this page.
    disable-proxy-settings-on-windows
  3. Save the changes and check if the error is resolved.
  4. But there may be situations where a proxy is necessary. In such cases, if using a setup script, check with your proxy provider and ensure the setup script’s address is correct.
  5. If using manual setup, once again, check with your proxy provider and ensure the address and port you’re using are correct. You should also ensure the specified port isn’t blocked by your firewall. We’ve covered how you can do this in the Firewall section if you need help.
    windows-manual-proxy-setup
  6. Finally, check if the error is after performing the necessary steps.

We’ve also found that some users are unable to change the proxy settings as they are greyed out. This can happen due to system policies in place that prevent users from modifying proxy settings. To fix this, follow the steps listed below on an admin account:

  1. Press Win + R, type gpedit.msc, and press Enter.
  2. Navigate to User Configuration > Administrative Templates > Windows Components > Internet Explorer.
    prevent-changing-proxy-settings-policy
  3. Double-click the Prevent changing proxy settings policy.
  4. Select Not Configured or Disabled and press Ok.
    prevent-changing-proxy-settings-group-policy

Check Browser Proxy Settings

By default, browsers generally just use the system proxy settings, but some browsers like Firefox allow you to connect to proxy servers for browser traffic exclusively. In such cases, here’s what we recommend:

  1. Launch the browser, which in our case is Firefox and open Settings.
  2. Search for proxy in the search bar or manually locate it from the Network Settings section.
    firefox-search-proxy-settings
  3. First, you can choose not to use any proxies or use the system’s proxy configurations. Or, you can use the 3 methods discussed in the previous section to connect to the proxy server.
    configure-proxy-access-to-internet
  4. Choose to use or not use any proxy as appropriate for you and save the changes. Then, check if the error is resolved.
  5. Additionally, if you’re using any proxy extensions, remember to disable those as well.

Check Firewall 

The port required to connect to the proxy server may be closed, or the firewall could be preventing certain types of traffic from passing through. This could result in a certain browser facing this problem or the proxy server not working at all. Here’s what you can do in such cases:

  1. Press Win + R, type wf.msc, and press Enter.
  2. In the Inbound Rules section, sort by Local Port.
  3. Ensure there’s no rule in place here blocking the port necessary for the proxy server. If there is, disable or delete the rule to open the required port.
    windows-firewall-delete-rule-local-port
  4. Repeat the same in the Outbound Rules section.
  5. Next, press Win + R, type firewall.cpl, and press Enter.
  6. Click on the Allow an app or feature option from the left pane.
    allow-program-through-windows-firewall
  7. This page lists the programs that are allowed to communicate through the firewall. If you’re facing the error on a specific browser, ensure it’s listed here, and the Private/Public section are ticked.
  8. If necessary, click on Change Settings. This allows you to configure what apps can communicate on which network types (Public/Private) and add new apps to the list as required.
    apps-allowed-through-firewall

Verify System Security

Often, this issue starts after you install certain programs (common e.g., sysTPL) or when your system gets infected by malware. The obvious solution is to uninstall the problematic program and scan and clean your system of malware. 

But the problem will sometimes persist despite this. Even if you fix the error with the solutions from this article, the configurations might keep resetting. This can happen if the program sets some scheduled task in place to rewrite proxy keys in the registry.

This whole situation may seem like a mess, but the solution is often quite simple. If you have a healthy system restore point, you can use that. Otherwise, we recommend the following process:

  1. Press Win + R, type appwiz.cpl, and press Enter.
  2. Check the list for any suspicious programs. If the problem started right after you installed any specific app, consider uninstalling it.
    uninstall-or-change-a-program
  3. Next, perform a full system scan with your antivirus. If you’re not using one, use Windows Defender instead.
  4. Press Win + R and enter ms-settings:windowsdefender.
  5. Click on Virus & threat protection.
    virus-and-threat-protection-windows-security
  6. Select Scan Options > Full Scan > Scan Now.
    windows-security-full-scan
  7. After taking care of any threats found, press Win + R and enter taskschd.msc.
  8. In the Task Scheduler Library section, go through the list of scheduled tasks. If you find any that seems suspicious, delete it.
    task-scheduler-delete-item
  9. After performing all these steps, don’t forget to check if the problem is fixed.

The solutions we’ve covered so far should resolve this issue in most cases. If the problem persists, general fixes like resetting the browser settings or resetting your network settings can be considered. However, your time may be better spent contacting your network admin or ISP for support.

fix
Anup Thapa
  • LinkedIn

Anup Thapa is a tech writer at TechNewsToday. He mostly writes informative articles, tutorials, and troubleshooting guides related to Windows systems, networking, and computer hardware. Anup has been writing professionally for almost 5 years, and tinkering with PCs for much longer. His love for all things tech started when he got his first PC over 15 years ago. It was a Pentium IV system running Windows XP on a single 256 MB stick. He spent his formative years glued to this PC, troubleshooting any hardware or software problems he encountered by himself. Professionally, Anup has had brief forays into a variety of fields like coding, hardware installation, writing, etc. In doing so, he's worked with people of different backgrounds and skill levels, from average joes to industry leaders and experts. This has given him not just a versatile skillset, but also a unique perspective for writing that enables him to concisely communicate complex information and solve his reader's problems efficiently. You can contact him at anup@technewstoday.com

Related Posts

wifi-keeps-disconnecting-windows-11

Wi-Fi Keeps Disconnecting on Windows 11? 9 Ways to Fix It

February 26, 2023
windows-cannot-access-network-drive

Fix: Windows Cannot Access Network Drive

February 23, 2023
how to check wifi speed in laptop

3 Simple Ways to Check Wi-Fi Speed in Laptop

February 23, 2023
network_adapter_not_working

Network Adapter Not Working? 15 Ways to Fix It

February 22, 2023
Surface WiFi Not Working

Why is My Wi-Fi Not Working on Surface Laptop? 10 Ways to Fix It

February 22, 2023
change-network-profile-windows

4 Ways to Change Network Profile in Windows

February 22, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
Memory-Compression

What is Memory Compression in Windows? Should You Enable or Disable It

March 1, 2023
dism-vs-sfc-vs-chdsk

DISM, SFC, CHKDSK: What’s the Difference

February 28, 2023
bios-settings-for-gaming

Best BIOS Settings for Gaming

February 16, 2023
You may also like
how-to-clean-hp-printer-rollers

How to Clean HP Printer Rollers

March 3, 2023
keyboard input lag

9 Ways to Fix Keyboard Input Lag

March 3, 2023
keyboard key is stuck

How to Fix a Stuck Key on a Keyboard

March 3, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

Type above and press Enter to search. Press Esc to cancel.