question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Latest 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:closed
  • Created 5 years ago
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
JoshGlazebrookcommented, Jan 27, 2019

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.

1reaction
arj03commented, Jan 24, 2019

Thank you very much for the swift response! Wrote this yesterday evening and this morning all is fixed ❤️

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found