~snip~
Launching electrum wallet in realized it probably is connected with SSL certification failure but i have no idea what caused it and how to resolve it.
I/n | network | connecting to XX.X.XX.XX:50002>:s as new interface
I/i | interface.[XX.X.XX.XX:50002] | disconnecting due to: ConnectError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)'),)
I/n | network | couldn't launch iface XX.X.XX.XX:50002:s -- CancelledError()
I have set electrumx server in docker on this machine previously (it worked properly) but than i wanted to have it locally (but after unsuccesful attemps) i made loop back to docker. Maybe the fact that it had other cert assigned previosly has to do with this?
Can you try to remove the pinned certificate from this location %appdata%/Electrum/certs
I just got the solution from Electrum GitHub page here "Error SSL Certificate verify failed"
He solves the issue by removing the certificate from the Electrum cert directory.
Thanks, but you mean on client side right? Would you know where to look for it on linux? I was browsing /etc/ssl/certs but didn't find anything with electrumx.
EDIT: i manage to found this cert it was in my home directory but shadowed. For me it was in /home/user/.electrum-ltc/certs
Thanks for help!