i'd like to use TOR/polipo behind a proxy like below

ME --> POLIPO --> TOR --> PROXY SQUID --> WEB

Couldn't find how to do that. When specifying a parent proxy for polipo, it goes straight for it without using TOR so my IP Adress doesn't change.

Please any idea is welcome.

link|improve this question
feedback

migrated from stackoverflow.com Aug 21 '11 at 17:09

This question came from our site for professional and enthusiast programmers.

2 Answers

It can be done.

I use browser -> squid -> polipo -> tor -> web

The only thing is that squid doesn't transparently proxy HTTPS.

To do this, set polipo as the parent cache in squid using the cache_peer.

cache_peer parent. polipo_ip polipo_port icp_port proxy-only default
link|improve this answer
feedback

Your Answer

 
or
required, but never shown