[tor-bugs] #3476 [Tor Client]: HashedControlPassword auth fails when CookieAuthentication is enabled

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Wed Jun 29 02:29:45 UTC 2011


#3476: HashedControlPassword auth fails when CookieAuthentication is enabled
------------------------+---------------------------------------------------
 Reporter:  murble      |          Owner:     
     Type:  defect      |         Status:  new
 Priority:  minor       |      Milestone:     
Component:  Tor Client  |        Version:     
 Keywords:              |         Parent:     
   Points:              |   Actualpoints:     
------------------------+---------------------------------------------------

Comment(by atagar):

 The use case you were having trouble with is when having both cookie and
 password authentication in your torrc, right? I just tried arm with that
 use case against tor versions...
 0.2.2.23-alpha
 0.2.2.19-alpha
 0.2.3.1-alpha-dev (git-0b536469ee8a6d43)

 using the following torrc:
 {{{
 ORPort 9001
 Nickname armTest
 ExitPolicy reject *:*

 ControlPort 9051
 CookieAuthentication 1

 AccountingMax 100 GB

 # password: pw
 HashedControlPassword
 16:F56B67C1FC85BA66601864C6C223F744AEA0F5C45414A92C7177786C02
 }}}

 and it's working just fine (cookie auth takes priority over the password).
 If that's not the use case you were having trouble with then could you
 please provide repro steps?

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


More information about the tor-bugs mailing list