Open starius opened 1 year ago
I recently encountered this problem when installing EPS on Windows. Could not figure out why EPS <-> Electrum Wallet connection is not working when everything was set correctly. Then I thought I resolved the problem, the connection worked with the new cert. Then I regenerated new cert and it broke again.
After a lot of swearing, I found out that Electrum Wallet keeps a suspiciously named file 127.0.0.1
in %AppData%\Roaming\Electrum\certs
. The expectation was that it is the old cached cert that has already been overwritten in EPS. And because of cert-pinning, the fingerprint no longer matches.
And indeed, after I deleted the file 127.0.0.1
and restarted the Wallet, the connection works again.
Followed commands from https://github.com/chris-belcher/electrum-personal-server/issues/286#issuecomment-1465354568
Fix https://github.com/chris-belcher/electrum-personal-server/issues/287