orb icon indicating copy to clipboard operation
orb copied to clipboard

It seems that the test nodes are down, but the tests are stil passing

Open lightningorb opened this issue 2 years ago • 0 comments

Describe the bug It seems that the test nodes are down, but the tests are stil passing

To Reproduce Steps to reproduce the behavior:

  • orb node create-orb-public cln rest
  • orb node create-orb-public lnd rest

Expected behavior It should create the nodes properly

Additional context Instead it gives:

(venv) ~/dev/orb (main) $ orb node create-orb-public cln rest
Encrypting mac
Encrypting cert
Connecting to: regtest.cln.lnorb.com
Failed to connect: HTTPSConnectionPool(host='regtest.cln.lnorb.com', port=3001): Max retries exceeded with url: /v1/getinfo (Caused by 
NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x10ad7d340>: Failed to establish a new connection: [Errno 61] Connection refused'))
(venv) ~/dev/orb (main) $ orb node create-orb-public lnd rest
Encrypting mac
Encrypting cert
Connecting to: signet.lnd.lnorb.com
Failed to connect: HTTPSConnectionPool(host='signet.lnd.lnorb.com', port=8080): Max retries exceeded with url: /v1/getinfo (Caused by SSLError(SSLCertVerificationError(1, '[SSL: 
CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1123)')))
(venv) ~/dev/orb (main) $ 

lightningorb avatar Feb 08 '23 01:02 lightningorb