Post
Topic
Board Electrum
Re: Cannot connect wallet to my own ElectrumX server
by
velhoti
on 24/04/2022, 14:00:27 UTC
I was inspecting the electrum wallet code:

Code:
help="set server host:port:protocol, where protocol is either t (tcp) or s (ssl)")
Source: https://github.com/spesmilo/electrum/blob/bb2e4109422dc46652bc6579bcfc8149e3c86758/electrum/commands.py

There is no option to create a WSS connection, only TCP and SSL (through tor). Then i presume it is the correct configuration.