b75b913d7e7ed737d3850c22bdb4771bf94f9862
Andrew Lewman add a page about how to con...

Andrew Lewman authored 13 years ago

1) ## translation metadata
Roger Dingledine somewhere along the line we...

Roger Dingledine authored 13 years ago

2) # Revision: $Revision$
Andrew Lewman add a page about how to con...

Andrew Lewman authored 13 years ago

3) # Translation-Priority: 1-high
4) 
Andrew Lewman fix the title, and make the...

Andrew Lewman authored 13 years ago

5) #include "head.wmi" TITLE="Tor Project: Configuring Tor to use a Proxy" CHARSET="UTF-8"
Andrew Lewman add a page about how to con...

Andrew Lewman authored 13 years ago

6) <div id="content" class="clearfix">
7)   <div id="breadcrumbs">
8)     <a href="<page index>">Home &raquo; </a>
9)     <a href="<page docs/documentation>">Documentation &raquo; </a>
Andrew Lewman fix the title, and make the...

Andrew Lewman authored 13 years ago

10)     <a href="<page docs/proxychain>">Configuring Tor to use a Proxy</a>
Andrew Lewman add a page about how to con...

Andrew Lewman authored 13 years ago

11)   </div>
12)   <div id="maincol"> 
13)     <a id="proxychain"></a>
Andrew Lewman fix the title, and make the...

Andrew Lewman authored 13 years ago

14)     <h2><a class="anchor" href="#proxychain">Tor: Configuring Tor to use a Proxy</a></h2>
Andrew Lewman add a page about how to con...

Andrew Lewman authored 13 years ago

15)     <hr>
16)     
17)     <p>
Roger Dingledine fix spelling and missing wo...

Roger Dingledine authored 13 years ago

18)       The current version of Tor and the Vidalia Graphical Tor Controller
19)       support the ability to use any HTTPS or SOCKS proxy to get
Andrew Lewman add a page about how to con...

Andrew Lewman authored 13 years ago

20)       access to the Tor Network.  This means even if Tor is blocked by
21)       your local network, open proxies can be safely used to connect to
22)       the Tor Network and on to the uncensored Internet.  A caveat is that
Roger Dingledine fix spelling and missing wo...

Roger Dingledine authored 13 years ago

23)       the open proxy host will see you are using Tor, but it will not be able
24)       to read your traffic as it is still wrapped in layers of encryption.
Andrew Lewman add a page about how to con...

Andrew Lewman authored 13 years ago

25)     </p>
26)     
27)     <p>
28)       These steps assume you have a functional Tor/Vidalia configuration,
Roger Dingledine fix spelling and missing wo...

Roger Dingledine authored 13 years ago

29)       and you have found a list of HTTPS, SOCKS4, or SOCKS5 proxies. (To
30)       clarify, an HTTPS proxy is an HTTP proxy that also supports
31)       CONNECT requests.)
Andrew Lewman add a page about how to con...

Andrew Lewman authored 13 years ago

32)       <ol>
33)       <li>Open the Vidalia Control Panel, click on Settings.</li>
34)       <li>Click Network.  Select "I use a proxy to access the Internet".</li>
35)       <li>On the Address line, enter the open proxy address.  This can be a hostname or IP Address.</li>
36)       <li>Enter the port for the proxy.</li>
37)       <li>Generally, you do not need a Username and Password.  If you do, enter the information in the proper fields.</li>
Roger Dingledine fix spelling and missing wo...

Roger Dingledine authored 13 years ago

38)       <li>Choose the Type of proxy you are using, whether HTTP/HTTPS, SOCKS4, or SOCKS5.</li>
Andrew Lewman add a page about how to con...

Andrew Lewman authored 13 years ago

39)       <li>Push the Ok button.  Vidalia and Tor are now configured to use a proxy to access the rest of the Tor Network.</li>
40)       </ol>
41)     </p>
42)     <br><br>
Andrew Lewman better define the img alt

Andrew Lewman authored 13 years ago

43)     <img src="$(IMGROOT)/vidalia-proxy.png" alt="Vidalia's Network Proxy settings page">