Skip to content

Can't access lit - error on the webpage #832

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

Closed
ghost opened this issue Aug 26, 2024 · 3 comments
Closed

Can't access lit - error on the webpage #832

ghost opened this issue Aug 26, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Aug 26, 2024

I have installed litd on one node, running debian 11 on x86 with minibilt guide. I have LND 0.18.2 installed and litd 0.13.3

I have the following error while trying to access the page:
Error when creating LND Services client: error subscribing to lnd wallet state: lnd version incompatible, need at least v0.13.0-beta, got error on state subscription: rpc error: code = Unavailable desc = connection error: desc = "transport: authentication handshake failed: tls: failed to verify certificate: x509: certificate signed by unknown authority"
LND is not running. Please start lnd and try again.

@ghost ghost added the bug Something isn't working label Aug 26, 2024
@dstadulis
Copy link

LND is not running

It looks like the issue might be related to LND not running, as indicated by the error message. Can you please confirm that LND is indeed started and running on your system?

pgrep lnd
lncli --version

@ViktorTigerstrom
Copy link
Contributor

ViktorTigerstrom commented Aug 26, 2024

Hi @utnet9684,
We just had another user with the exact same issue who had been following the minibolt guide:
#831

This was resolved by:

  1. Remove the tlsencryptkey=true flag from the lnd.conf
  2. Remove the tls.cert in the lnd folder.
  3. Restart lnd.

Alternatively, you can run litd in integrated mode with tlsencryptkey enabled as I've described in this comment:
#831 (comment)

Hope that helps!

@ghost
Copy link
Author

ghost commented Aug 28, 2024

Hi @utnet9684, We just had another user with the exact same issue who had been following the minibolt guide: #831

This was resolved by:

1. Remove the `tlsencryptkey=true` flag from the `lnd.conf`

2. Remove the `tls.cert` in the `lnd` folder.

3. Restart `lnd`.

Alternatively, you can run litd in integrated mode with tlsencryptkey enabled as I've described in this comment: #831 (comment)

Hope that helps!

It worked! Thanks!

@ghost ghost closed this as completed Aug 28, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants
@ViktorTigerstrom @dstadulis and others