-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hidden service support for server #1569
Comments
I'll work on this. |
Alright! In ways this is already doable as-is, so it's mostly about what features and capabilities we'd like to add to smooth out the pain points. For server, it should work presently with the hidden service pointing at the existing listener. The headaches there are: (a) seemingly needless TLS over tor, and (b) server needs to generate a new TLS certificate that includes the onion address in the alt dns names, breaking clients using the older one. So my thoughts about that are either a second listener for the hidden service connections, and/or updating the Lines 301 to 302 in 55c890c
On a related note, I had notes about an For client, if |
Resolved by #1571 |
Support running the server as a hidden service. Also, the client must be updated to allow connecting to hidden service servers.
The text was updated successfully, but these errors were encountered: