Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

set proxy username and password in firefox

Tags:

firefox

I am able to set the proxy host and port using the preferences menu, but I see no option to set the username/password. When I browse, I get a message, proxy is refusing connections. I am using squid proxy.

How do I do this?

like image 968
mihirg Avatar asked Nov 05 '15 16:11

mihirg


2 Answers

I had the exact same problem as you had. And finaly there is no way to add user and password to the default firefox proxy settings, so we need an addon to handle this for us. In the current version FoxyProxy is doing this without any problems:
https://addons.mozilla.org/en/firefox/addon/foxyproxy-standard/
So try out the Add-On and you will solve this.

br Wikrie

like image 142
WiKrIe Avatar answered Sep 21 '22 11:09

WiKrIe


Open Firefox.

  1. In the address bar, type about:config. A warning appears.
  2. Click I'll be careful. I promise! A variety of configuration options appears.
  3. In the Filter box, type network.negotiate.
  4. Double-click network.negotiate-auth.allow-proxies to toggle between true and false. The option must be set to false. (It seems counterintuitive, but you set it to false to make it work with the ISA proxy.)

Find the link for detailed understanding https://kb.globalscape.com/KnowledgebaseArticle10522.aspx

like image 20
ShankPossible Avatar answered Sep 23 '22 11:09

ShankPossible