[tor-bugs] #10030 [Vidalia]: Tor pluggable transport bundle does not work in OS X Mavericks

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Oct 27 00:45:28 UTC 2013


#10030: Tor pluggable transport bundle does not work in OS X Mavericks
-------------------------+------------------------------
     Reporter:  msfc     |      Owner:  chiiph
         Type:  defect   |     Status:  new
     Priority:  blocker  |  Milestone:
    Component:  Vidalia  |    Version:  Tor: 0.2.4.16-rc
   Resolution:           |   Keywords:
Actual Points:           |  Parent ID:
       Points:           |
-------------------------+------------------------------

Comment (by dcf):

 Could you try editing the torrc file as described here?

 https://trac.torproject.org/projects/tor/wiki/FlashProxyHowto#Findingtorrc

 I want you to change these two lines:
 {{{
 ClientTransportPlugin flashproxy exec flashproxy-client --register :0
 :9000
 ClientTransportPlugin obfs2,obfs3 exec obfsproxy.bin managed
 }}}
 to this:
 {{{
 ClientTransportPlugin flashproxy exec ./flashproxy-client --register :0
 :9000
 ClientTransportPlugin obfs2,obfs3 exec ./obfsproxy.bin managed
 }}}
 That is, just add `./` in front of both executable names.

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


More information about the tor-bugs mailing list