-
Notifications
You must be signed in to change notification settings - Fork 104
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
Don't require TLS connection when connecting to localhost or onion addresses #4
Comments
the required change can be done here:
|
That looks like LNURL, I was talking about connecting to a custom node. |
Hi, from v1.3.2 you can disable/enable TLS when connecting to an onion electrum server (it's disabled by default) so this issue is half fixed. What needs to be done is to add the same behaviour for |
It would also be useful to have this behavior for lnurl. |
Please allow connecting to non-ssl electrum nodes. There are setups when it is completely unnecessary or even impossible to fulfill this requirement. I'm using Electrum server in private network behind VPN and it is very hard to generate ssl cert for publicly unreachable machines. |
For onion only, I don't believe LNURL is useful for localhost queries. @slush0 good point about VPN, that'd be hard to check correctly as I suggested. Maybe allow it with big fat warning? |
Any progress on this? Custom servers to require SSL is really limiting. Please allow to skip this requirement. |
Any updates on this? It would be very helpful for local Electrum servers. Now the only way to connect is via tor and tor is too slow to start up in time for incoming payments. |
When an address matching regex
^(localhost|127.0.0.1|.*\.onion)(:[1-9][0-9]*)?$
is entered, show a checkbox "Disable TLS", as the encryption might not be needed.This is useful for example when one sets up an SSH tunnel using ConnectBot.
The text was updated successfully, but these errors were encountered: