[tor-bugs] #22576 [Obfuscation/Obfsproxy]: obfs4 through proxy is not working anymore with Tor Browser 7.0 on Windows

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Jun 13 17:35:57 UTC 2017


#22576: obfs4 through proxy is not working anymore with Tor Browser 7.0 on Windows
-----------------------------------+---------------------
 Reporter:  albesp77               |          Owner:
     Type:  defect                 |         Status:  new
 Priority:  Medium                 |      Milestone:
Component:  Obfuscation/Obfsproxy  |        Version:
 Severity:  Normal                 |     Resolution:
 Keywords:  tbb-7.0-issues         |  Actual Points:
Parent ID:                         |         Points:
 Reviewer:                         |        Sponsor:
-----------------------------------+---------------------

Comment (by dcf):

 I haven't looked into this yet, but here is a torrc file for running
 obfs4proxy with an HTTPS proxy. obfs4proxy logs will appear in
 ./test_datadir/pt_state/obfs4proxy.log. You may need to add a `SOCKSPort
 xxxx` line if you are getting `Address already in use` errors.
 {{{
 DataDirectory ./test_datadir
 UseBridges 1
 ClientTransportPlugin obfs4 exec ./obfs4proxy.exe -enableLogging -logLevel
 DEBUG
 Bridge obfs4 85.17.30.79:443 FC259A04A328A07FED1413E9FC6526530D9FD87A
 cert=RutxZlu8BtyP+y0NX7bAVD41+J/qXNhHUrKjFkRSdiBAhIHIQLhKQ2HxESAKZprn/lR3KA
 iat-mode=0
 HTTPSProxy 127.0.0.1:3128
 }}}
 If it helps, you can run obfs4proxy in the command line, separate from
 tor, by setting some environment variables:
 {{{
 set TOR_PT_MANAGED_TRANSPORT_VER=1
 set TOR_PT_STATE_LOCATION=./test_datadir/pt_state
 set TOR_PT_CLIENT_TRANSPORTS=obfs4
 set TOR_PT_PROXY=http://127.0.0.1:3128
 obfs4proxy.exe -enableLogging -logLevel DEBUG
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/22576#comment:12>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list