Putting electrs behind auth
#926
Answered
by
Kixunil
torkelrogstad
asked this question in
Q&A
|
Is it possible to put |
Answered by
Kixunil
Oct 14, 2023
Replies: 2 comments 9 replies
|
IIUC there is no such feature in the Electrum protocol (as of today). |
1 reply
|
could this be achieved with an electrum server behind a proxy that requires username/password? |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The only way is to use some kind of tunneling - VPN, SSH, Tor, or whatever else you can think of. We have some of them documented. I personally use SSH tunnel because it's simple and supports key authentication - no passwords, every client gets its own key. If you're worried about race conditions and such use a private network namespace in Linux (IDK what about other OSes).