General SOCKS server failure when switching identity using stem

后端 未结 3 1528
北海茫月
北海茫月 2020-12-10 09:11

I have Tor running on a remote server (Ubuntu) on port 9150 with the control port on 9151. I\'ve confirmed both are running via netstat -ant.

Here is my code which i

3条回答
  •  一整个雨季
    2020-12-10 09:47

    Your first snippet is proxying traffic over tor, but Stem's Controller.from_port() method uses the socket module too. As such Stem attempts to connect to your local control port, gets proxied through a tor exit node, then can't connect.

提交回复
热议问题