]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
mention that you should proxy your SSL traffic too
authorRoger Dingledine <arma@torproject.org>
Mon, 19 Jul 2004 22:30:18 +0000 (22:30 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 19 Jul 2004 22:30:18 +0000 (22:30 +0000)
svn:r2056

INSTALL
doc/tor-doc.html

diff --git a/INSTALL b/INSTALL
index 20b077b466246f17cb8cabe90ede0720dd96fdf1..c9bc5404dc59f2f39a97ec80434b712be90b38a6 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -27,8 +27,9 @@ Quickstart version for users:
 8) Optionally, install privoxy (www.privoxy.org), and add the line
   "forward-socks4a / localhost:9050 ." (without the quotes -- don't forget
   the dot) to its config file. Then change your mozilla to http proxy
-  at localhost port 8118 (and no socks proxy). This step will give you
-  good html scrubbing as well.
+  at localhost port 8118 (and no socks proxy). You should also set your
+  SSL proxy to the same thing, to hide your https traffic. Using privoxy
+  will give you good html scrubbing as well.
   (See doc/CLIENTS for why direct socks gives you less anonymity.)
 
 *****If this works for you, you can stop reading here******
index 65bfd82a609ede9c21cb2fde3ecd30704917c3c4..4e521b371b2d66eefa7ef452dc2fac096fa15bb2 100644 (file)
@@ -194,7 +194,9 @@ proxy that integrates well with Tor. Add the line <br>
 <tt>forward-socks4a / localhost:9050 .</tt><br>
 (don't forget the dot) to its
 config file. Then change your mozilla to http proxy at localhost port 8118
-(and no socks proxy). This step will give you good html scrubbing as well.
+(and no socks proxy). You should also set your SSL proxy to the same
+thing, to hide your https traffic. Using privoxy will give you good html
+scrubbing as well.
 (See <a href="http://freehaven.net/tor/cvs/doc/CLIENTS">this explanation</a>
 for why direct socks gives you less anonymity.)</p>