Use SOCKS5 with auth in Chrome

I am trying to configure Google Chrome to use my proxy. It works fine with curl:

curl -v --socks5-hostname bla-bla.example:1080 -U bla:bla-bla 

I've tried to use FoxyProxy, but I get ERR_SOCKS_CONNECTION_FAILED

I've also tried macOS advanced network preferences, result stays the same.

1 Answer

Chrome, Internet Explorer, Edge only support SOCKS4.

Firefox supports 4, 4a and 5, but not with auth (although I understand there was a patch submitted).

If you want to use a web browser via SOCKS with auth, you could use something like Proxifier to divert the browser connections, or the AutoText SOCKS client (which supports GSSAPI authentication).

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like