[tor-bugs] #24269 [Core Tor/Tor]: Raise a FATAL error if the user tried to combine v3 and v3 hidden service in same directory
    Tor Bug Tracker & Wiki 
    blackhole at torproject.org
       
    Tue Nov 14 06:36:41 UTC 2017
    
    
  
#24269: Raise a FATAL error if the user tried to combine v3 and v3 hidden service
in same directory
------------------------------+--------------------
     Reporter:  cypherpunks   |      Owner:  (none)
         Type:  task          |     Status:  new
     Priority:  Medium        |  Milestone:
    Component:  Core Tor/Tor  |    Version:
     Severity:  Normal        |   Keywords:
Actual Points:                |  Parent ID:
       Points:                |   Reviewer:
      Sponsor:                |
------------------------------+--------------------
 A user is hosting a hidden service:
 Hid /path/to/key/hs-www/
 hidport 127.0.0.1:80 80
 What will happen if he add "HidVersion V3" line to the middle of the
 config?
 Hid /path/to/key/hs-www/
 HidVersion V3
 hidport 127.0.0.1:80 80
 Tor should detect this misconfiguration and raise an error.
 (v2 and v3 keys should not exist in same directory)
 should be;
 ==============================
 Hid /path/to/key/hs-www/
 hidport 127.0.0.1:80 80
 Hid /path/to/key/hs-www-v3/
 HidVersion V3
 hidport 127.0.0.1:80 80
 ==============================
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/24269>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
    
    
More information about the tor-bugs
mailing list