Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

SOCKS5 authentication

  • 2 replies
  • 1 has this problem
  • 1 view
  • Last reply by aanno

more options

Today I tried using a Socks5 proxy that requires user and password. It seems that this is still unsupported as already concluded in https://support.mozilla.org/en-US/questions/1237174 and https://bugzilla.mozilla.org/show_bug.cgi?id=122752

Any news on this?

Kind regards,

aanno

PS: I _was_ able to use the very same proxy with curl with

curl --proxy-user user1:pass1 --socks5 "http://localhost:1080" https://www.google.de

Today I tried using a Socks5 proxy that requires user and password. It seems that this is still unsupported as already concluded in https://support.mozilla.org/en-US/questions/1237174 and https://bugzilla.mozilla.org/show_bug.cgi?id=122752 Any news on this? Kind regards, aanno PS: I _was_ able to use the very same proxy with curl with curl --proxy-user user1:pass1 --socks5 "http://localhost:1080" https://www.google.de

All Replies (2)

more options

Did you try to use the FoxyProxy extension?

more options

IMHO, the proxy add-ons (e.g. FoxyProxy) could not solve the problem. They could support user/pw for http proxies (as this is 'native' supported by firefox). But authentication with socks5 proxy (RFC1929, RFC1961) is not native implemented.