[tor-bugs] #12555 [Tor]: Socks5 password authentication not working

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Jul 6 02:12:44 UTC 2014


#12555: Socks5 password authentication not working
---------------------------+---------------------------
     Reporter:  starlight  |      Owner:
         Type:  defect     |     Status:  new
     Priority:  normal     |  Milestone:
    Component:  Tor        |    Version:  Tor: 0.2.4.22
   Resolution:             |   Keywords:
Actual Points:             |  Parent ID:
       Points:             |
---------------------------+---------------------------

Comment (by yawning):

 Those options do not do what you think they do, they are for the case
 where tor needs to use an external proxy to reach the internet, not for
 the SOCKS proxy provided by tor.

 {{{
            If defined, authenticate to the SOCKS 5 server using username
 and
            password in accordance to RFC 1929. Both username and password
 must
            be between 1 and 255 characters.
 }}}

 And you are right, there is no support for enforcing authentication for
 the SOCKS port, though `SocksPolicy` can provide limited access control.
 Actually supporting auth would break `IsolateSocksAuth` and the underlying
 code needs a lot of love in general so this is non-trivial to implement.

 A separate bug as an enhancement for some future version of tor should be
 filed since the options in question are working as intended.

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


More information about the tor-bugs mailing list