Socks 5 and tor
See original GitHub issueLatest version of tor doesn’t work with socks anymore. Adding a fake username / password works. The same does changing protocol to 4. Here are the relevant parts of the documentation from tor that describes the change.
PreferSOCKSNoAuth
Ordinarily, when an application offers both "username/password authentication" and "no authentication" to Tor via SOCKS5, Tor selects username/password authentication so that IsolateSOCKSAuth can work. This can confuse some applications, if they offer a username/password combination then get confused when asked for one. You can disable this behavior, so that Tor will select "No authentication" when IsolateSOCKSAuth is disabled, or when this option is set.
and
IsolateSOCKSAuth
Don't share circuits with streams for which different SOCKS authentication was provided. (For HTTPTunnelPort connections, this option looks at the Proxy-Authorization and X-Tor-Stream-Isolation headers. On by default; you can disable it with NoIsolateSOCKSAuth.)
Issue Analytics
- State:
- Created 5 years ago
- Comments:17 (8 by maintainers)
Top Results From Across the Web
SOCKS5 - Tor Project | Support
SOCKS5 is an Internet protocol used by Tor. It sends the traffic through the Tor network instead of sending it from your IP...
Read more >Tor & SOCKS5 - XMRig
Tor & SOCKS5 ... Since version 5.7.0 the miner supports SOCKS5 proxies and it means it can work with Tor without external tools....
Read more >SOCKS5 Proxy Setup Guide for Tor Browser
SOCKS5 Proxy Setup Guide for Tor Browser ; Step 1. Proceed to Tor Network Settings. ; Step 2 ; Step 3. Scroll up...
Read more >PeterDaveHello/tor-socks-proxy: Tiny Docker image ... - GitHub
The super easy way to setup a Tor SOCKS5 proxy server inside a Docker container without relay/exit feature. Usage. Setup the proxy server...
Read more >How to use TOR browser as SOCKS proxy for other devices ...
First I tried to connect to 9150 on the Mac and use that as a socks proxy for the other device, but it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
https://github.com/torproject/tor/pull/670
Tor is going to be updated to work with blank usernames and passwords again. It’s not within SOCKs spec, but I guess other clients may still do this.
Thank you very much for the swift response! Wrote this yesterday evening and this morning all is fixed ❤️