Skip to content

Commit bd479b5

Browse files
committed
transport/tor: we only *support* plain connections
This is due to the limitations in certificate validation and threat modeling.
1 parent 27c33e7 commit bd479b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transport/tor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We do allow anonymous access to hackint using Tor's Onion services. SASL authent
1111

1212
Onion services after v0.3.2.1 are capable of using the v3 endpoints, those before need to stick to the v2 endpoints.
1313

14-
We only offer plain connections on port 6667 for Onion services, since Tor already end-to-end encrypts the connection. Also proper certificates for `.onion` domains are required to have Extended Validation and are therefore prohibitively expensive.
14+
We only support plain connections on port 6667 for Onion services, since Tor already end-to-end encrypts the connection. Also proper certificates for `.onion` domains are required to have Extended Validation and are therefore prohibitively expensive.
1515

1616
### Anonymous Account Registration
1717

0 commit comments

Comments
 (0)