Page MenuHomePhabricator

[electrum] allow disabling SSL when using localhost electrum server
ClosedPublic

Authored by PiRK on Sep 1 2025, 08:35.

Details

Summary

This makes testing the server easier, without having to patch the Electrum ABC code everytime. Just open the network dialog, type 127.0.0.1 in the host box, and then you can uncheck "Use SSL".

Test Plan
cmake -GNinja -DBUILD_CHRONIK
ninja
src/bitcoind -chronik -chronikelectrumbind=127.0.0.1:50001:t

Start Electrum ABC, connect to 127.0.0.1:50001 without SSL

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Sep 1 2025, 08:35
Fabien requested changes to this revision.Sep 1 2025, 08:43
Fabien added a subscriber: Fabien.
Fabien added inline comments.
electrum/electrumabc_gui/qt/network_dialog.py
1050 ↗(On Diff #55452)

and host != "::1" and host != "localhost"

This revision now requires changes to proceed.Sep 1 2025, 08:43
This revision is now accepted and ready to land.Sep 1 2025, 09:32