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!

Ovo će web mjesto raditi na ograničen način, dok obavljamo održavanje stranice. Ako neki članak ne riješi tvoj problem i ako želiš postaviti pitanje, naša zajednica za podršku spremna je pomoći na Twitteru @FirefoxSupport i na Redditu /r/firefox.

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

SOCKS5 authentication

  • 2 odgovora
  • 1 ima ovaj problem
  • 1 prikaz
  • Posljednji odgovor od 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

Svi odgovori (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.