Changes between Version 2 and Version 4 of Ticket #3910


Ignore:
Timestamp:
2023-06-06T13:09:59Z (11 months ago)
Author:
itamarst
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3910

    • Property Summary changed from Storage HTTP client that understands `.onion` NURLs to Storage HTTP server + client support for `.onion` NURLs
  • Ticket #3910 – Description

    v2 v4  
    1 A NURL that ends with `.onion` is listening via a hidden Tor endpoint, so the client needs to use Tor to access it, it can't just do a normal DNS lookup.
    2 
    3 The current integration test (test_tor.py) passes with HTTP storage, so either this works or more likely the test is broken somehow...
     11. When a server is configured to listen on Tor, the announcement NURLs should include tor NURLs, instead of omitting them.
     22. The client should recognize Tor NURLs, and use Tor to talk to them.