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".
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC4953305bfee8: [electrum] allow disabling SSL when using localhost electrum server
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
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- electrum_tcp_connection
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 34303 Build 68074: Build Diff electrum-functional-tests · electrum-tests Build 68073: arc lint + arc unit
Event Timeline
| electrum/electrumabc_gui/qt/network_dialog.py | ||
|---|---|---|
| 1050 ↗ | (On Diff #55452) | and host != "::1" and host != "localhost" |