[b]"Having trouble with proxy server settings? Need help configuring them correctly?"[/b] or [b]"What are the best

27 Replies, 1303 Views

"Having trouble with proxy server settings? Need help configuring them correctly?"

Hey everyone,

I’ve been struggling to get my proxy server settings right—keeps timing out or just not connecting at all. Anyone else run into this?

Tried manually entering the details, but no luck. Maybe I’m missing a step or typo’d something?

Also, how do you even *check* if the proxy server settings are working? Ping? curl? Would love some tips or a quick guide.

Thanks in advance!

---

OR

"Proxy server settings not connecting—anyone else facing this issue?"

Sup folks,

My proxy server settings just won’t stick. They save, but then it’s like the system forgets ‘em after a reboot. Super annoying.

Tried Chrome, Firefox, even system-wide—same problem. Any fixes? Or is this a known bug?

Also, if yours *are* working, what’s your setup like? Maybe I’m just doing it wrong lol.

Appreciate any help!

---

*(Pick whichever fits your vibe better! Lmk if you want tweaks.)*
Hey! Had the same issue last week. Turns out my proxy server settings were correct, but my firewall was blocking the connection.

Try disabling it temporarily to test. Also, curl is a great way to check—just run `curl -x http://proxy:port http://example.com` and see if it works.

If you're on Windows, netsh can help reset network configs. Hope that helps!
Ugh, proxy server settings can be such a pain. I’ve had times where the port was wrong or the IP was outdated.

Double-check those first! Also, tools like Fiddler or Wireshark can show if the request is even reaching the proxy.

If it’s timing out, maybe the proxy itself is down? Try pinging the proxy server to see if it’s alive.
Yo, had this exact problem. For me, it was a DNS issue—proxy server settings were fine, but my system couldn’t resolve the proxy’s hostname.

Try using the IP instead of the hostname in your config. Also, Chrome’s `chrome://net-internals/#proxy` is clutch for debugging.
If your proxy server settings aren’t sticking after reboot, it might be a permissions thing.

Are you saving them as admin? On Windows, try running the browser/network settings as admin once to save.

Also, check if any group policies are overwriting your settings—`gpresult /h report.html` can help.
Man, I feel you. Proxy server settings are finicky. One thing that worked for me was clearing the cache—both browser and system.

Sometimes old settings linger and mess things up. Also, try a different proxy tool like Proxifier to see if it’s your config or the system.
Hey! For checking if your proxy server settings work, I use `telnet proxy port` to see if the port’s open.

If it connects, the proxy’s alive. If not, it’s either down or blocked. Also, some proxies need auth—make sure you’re including username:password in the settings.
Thanks for all the tips, folks! Tried the curl method and it showed a timeout, so I guess the proxy’s down.

Gonna check with my IT team. Also, didn’t realize the VPN could interfere—turned it off and now the settings stick. Appreciate the help!
Bro, same. My proxy server settings kept resetting until I realized my VPN was overriding them.

If you’re using a VPN, try disconnecting first. Also, some antivirus apps mess with proxy configs—worth checking.
Had this issue on Linux—turns out the proxy server settings needed to be set in both environment vars AND the browser.

Run `env | grep proxy` to check. Also, `curl -v` gives verbose output to see where it’s failing.



Users browsing this thread: 1 Guest(s)