Skip to content
New issue

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

TS: Electrum: Fix SSL connection #502

Open
nkuba opened this issue Jan 26, 2023 · 0 comments
Open

TS: Electrum: Fix SSL connection #502

nkuba opened this issue Jan 26, 2023 · 0 comments
Assignees
Labels
🔌 typescript TypeScript library

Comments

@nkuba
Copy link
Member

nkuba commented Jan 26, 2023

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

@nkuba nkuba added the 🔌 typescript TypeScript library label Jan 26, 2023
nkuba added a commit that referenced this issue Jan 26, 2023
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
nkuba added a commit that referenced this issue Jan 26, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔌 typescript TypeScript library
Projects
None yet
Development

No branches or pull requests

1 participant