We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Electrum Client has some problems with establishing a connection to SSL servers.
To investigate run tests with an updated list of servers in https://github.com/keep-network/tbtc-v2/blob/main/typescript/test/electrum.test.ts:
// electrs-esplora ssl { host: "electrum.blockstream.info", port: 60002, protocol: "ssl", }, // fulcrum ssl { host: "testnet.aranguren.org", port: 51002, protocol: "ssl", },
To find the current public servers state visit: https://1209k.com/bitcoin-eye/ele.php?chain=tbtc
The text was updated successfully, but these errors were encountered:
Add comments about test SSL servers
b61f924
The servers are disabled in tests since the client is failing to establish the connection with them. There is an issue created to track it: #502
5166ebb
nkuba
No branches or pull requests
The Electrum Client has some problems with establishing a connection to SSL servers.
To investigate run tests with an updated list of servers in https://github.com/keep-network/tbtc-v2/blob/main/typescript/test/electrum.test.ts:
To find the current public servers state visit: https://1209k.com/bitcoin-eye/ele.php?chain=tbtc
The text was updated successfully, but these errors were encountered: