Skip to content

Commit

Permalink
Add comments about test SSL servers
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nkuba committed Jan 26, 2023
1 parent 23efdd0 commit 5166ebb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions typescript/test/electrum.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const testnetCredentials: ElectrumCredentials[] = [
port: 60001,
protocol: "tcp",
},
// FIXME: https://github.com/keep-network/tbtc-v2/issues/502
// // electrs-esplora ssl
// {
// host: "electrum.blockstream.info",
Expand All @@ -40,6 +41,13 @@ const testnetCredentials: ElectrumCredentials[] = [
port: 51001,
protocol: "tcp",
},
// FIXME: https://github.com/keep-network/tbtc-v2/issues/502
// fulcrum ssl
// {
// host: "testnet.aranguren.org",
// port: 51002,
// protocol: "ssl",
// },
]

/**
Expand Down

0 comments on commit 5166ebb

Please sign in to comment.