4

TBB 6.0.8, Privoxy 3.0.26

What I did - in the Privoxy configuration file prescribed

listen-address 127.0.0.1:8118

forward-socks4 / 127.0.0.1:9150 .

forward-socks4a / 127.0.0.1:9150 .

forward-socks5 / 127.0.0.1:9150 .

forward-socks5t / 127.0.0.1:9150 .

In browser settings, connection settings, HTTP, HTTPS and SOCKS5 - 127.0.0.1:8118

As a result, any page shows me - "Could not find proxy server"

What am I doing wrong?

User911
  • 41
  • 1
  • 3

2 Answers2

1

The Tor Browser Bundle to my knowledge doesn't use any TCP anymore, but uses a Unix Socket to communicate with Tor. This means that connecting to Privoxy the way you suggest is impossible.

I also think that 127.0.0.1 might refer to the exit node (and in that case is forbidden).

Your only option might be to use a more custom setup.

meee
  • 1,212
  • 2
  • 9
  • 21
0

At the moment, I realized that Privoxy conflicts with Torbutton. What needs to change in the Torbutton, to remove this conflict?

User911
  • 41
  • 1
  • 3