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

Client network socket disconnected before TLS (Tor) #18

Open
theLockesmith opened this issue Jul 14, 2023 · 1 comment
Open

Client network socket disconnected before TLS (Tor) #18

theLockesmith opened this issue Jul 14, 2023 · 1 comment

Comments

@theLockesmith
Copy link

I'm getting this error when I start the ligess service with yarn dev

Unable to fetch pending invoices Error: Client network socket disconnected before secure TLS connection was established
    at connResetException (node:internal/errors:717:14)
    at TLSSocket.onConnectEnd (node:_tls_wrap:1595:19)
    at TLSSocket.emit (node:events:525:35)
    at endReadableNT (node:internal/streams/readable:1359:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  code: 'ECONNRESET',
  path: undefined,
  host: undefined,
  port: undefined,
  localAddress: undefined
}

My Tor variables:

LIGESS_TOR_PROXY_URL=socks5h://[host]:[port]
LIGESS_LND_REST=https://[myhashedaddress].onion:9735

I'm hoping you can help clear up what's going wrong here.

@Dolu89
Copy link
Owner

Dolu89 commented Jul 15, 2023

My guess is Tor address shouldn't have https but http

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants