Post Reply 
Anybody use privoxy with tor?
Jul. 21, 2019, 10:17 AM
Post: #1
Anybody use privoxy with tor?
I am trying to make privoxy work with tor, but only get
Sorry. You are not using Tor. when i am visiting https://check.torproject.org/
Code:
forward-socks5t / 127.0.0.1:9050 .
does not help

Running privoxy 3.0.28 by the way.
Add Thank You Quote this message in a reply
Jul. 22, 2019, 07:24 PM (This post was last modified: Jul. 22, 2019 07:35 PM by vlad_s.)
Post: #2
RE: Anybody use privoxy with tor?
Yes,
Code:
{+change-x-forwarded-for{block} \
+client-header-filter{hide-tor-exit-notation} \
+client-header-filter{privoxy-control} \
+client-header-filter{deanonymizing-client-headers-u} \
+forward-override{forward-socks5t 127.0.0.1:9050 .} \
+server-header-filter{privoxy-control} \
+server-header-filter{deanonymizing-server-headers-u} \
}
.onion/

Open any onion site to check.
In order for it to work on https://check.torproject.org/, in ProxHTTPSProxy, in the [PROXY socks5://127.0.0.1:9050] section, enter check.torproject.org
Code:
[PROXY socks5://127.0.0.1:9050]
check.torproject.org

This is not convenient, now if you need to visit a site that works on https, then you need to edit the ProxHTTPSProxy config.
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: