[tor-bugs] #33035 [Applications/Tor Browser]: create strings for onion service error pages

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jan 29 11:09:53 UTC 2020


#33035: create strings for onion service error pages
--------------------------------------+--------------------------------
 Reporter:  brade                     |          Owner:  tbb-team
     Type:  defect                    |         Status:  new
 Priority:  Medium                    |      Milestone:
Component:  Applications/Tor Browser  |        Version:
 Severity:  Normal                    |     Resolution:
 Keywords:                            |  Actual Points:
Parent ID:  #19251                    |         Points:
 Reviewer:                            |        Sponsor:  Sponsor27-must
--------------------------------------+--------------------------------

Comment (by pospeselr):

 Here's some proposed strings (based off of:
 https://github.com/torproject/tor/blob/6d06f23a4d70a3a6eb92a0b3f61fdecfebdb3275/doc/tor.1.txt#L1418
 )

 ||= **Error Code** =||= **Tab Title** =||= **Error Title** =||
 || ||||=**Short Description**=||
 ||XF0||Problem Loading Onion||Onion Descriptor Not Found||
 || ||||The requested onion service descriptor can not be found on the tor
 network||
 ||XF1||Problem Loading Onion||Invalid Onion Descriptor||
 || ||||The requested onion service descriptor stored on the tor network is
 invalid||
 ||XF2||Problem Loading Onion||Circuit Creation Failed||
 || ||||Could not establish rendezvous circuit to the requested onion
 service ||
 ||XF3||Problem Loading Onion||Circuit Creation Failed||
 || ||||Could not connect to the onion service through the negotiated
 circuit||
 ||XF4||Authorization Required||Onion Service Requires Authorization||
 || ||||The onion service requires a $(secret-key) to access but none was
 provided||
 ||XF5||Authorization Failed||Onion Service Authorization Failed||
 || ||||The provided $(secret-key) is incorrect or has been revoked||
 ||XF6||Address Invalid||Onion Service Address Invalid||
 || ||||The provided onion service address is invalid||
 ||XF7||Problem Loading Onion||Circuit Creation Timed Out||
 || ||||Connection to requested onion service timed out when trying to
 build rendezvous circuit||

 Where $(secret-key) is whatever we end up naming the thing that lives in
 the new onion service authentication UI.

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


More information about the tor-bugs mailing list