-
Notifications
You must be signed in to change notification settings - Fork 97
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
Running litd
in remote mode with tlsencryptkey=true
set for lnd
is not supported
#856
Comments
Hi @asyscom - you are running in remote mode yes (ie, LND is separate from LiT)? Are you sure that LiT is being pointed to the correct LND TLS cert location? Is your LND cert in the default location or in a user-specified location? And is LiT pointing to this correct location? |
Hello, |
@asyscom - pls can you provide: where your LND cert file is stored & the location that LiT is pointing to for this file 🙏 |
Hi, certs file are here: and this is the option in lit.conf Remote lnd optionsremote.lnd.rpcserver=127.0.0.1:10009 |
Note that So perhaps try to change |
no no it's correct the tilde is present, the problem is the cut and pasto into github Remote lnd optionsremote.lnd.rpcserver=127.0.0.1:10009 this is the output of ls |
Sure! Here’s the translation: Ok, understood. Do you have plans to implement this feature in future versions? Thank you, Davide |
Sorry, I needed to remove the previous comment favour for this one. As stated in the previous issue #831, you currently need to run As stated in the issue, you therefore need to run in
We'll keep this issue open to track this for the future, and look into what it would take to add support for the feature with ( |
litd
in remote mode with tlsencryptkey=true
set for lnd
is not supported
Hello,
just installed lit but i cant start due to this error:
2024-09-30 08:35:08.082 [DBG] GRPC: [core] [Channel #4 SubChannel #5] Subchannel Connectivity change to CONNECTING
2024-09-30 08:35:08.082 [DBG] GRPC: [core] [Channel #4 SubChannel #5] Subchannel picks a new address "127.0.0.1:10009" to connect
2024-09-30 08:35:08.083 [DBG] GRPC: [core] [pick-first-lb 0xc000747c50] Received SubConn state update: 0xc000747dd0, {ConnectivityState:CONNECTING ConnectionError:}
2024-09-30 08:35:08.085 [DBG] GRPC: [core] Creating new client transport to "{Addr: "127.0.0.1:10009", ServerName: "127.0.0.1:10009", }": connection error: desc = "transport: authentication handshake failed: tls: failed to verify certificate: x509: certificate signed by unknown authority"
2024-09-30 08:35:08.085 [WRN] GRPC: [core] [Channel #4 SubChannel #5] grpc: addrConn.createTransport failed to connect to {Addr: "127.0.0.1:10009", ServerName: "127.0.0.1:10009", }. Err: connection error: desc = "transport: authentication handshake failed: tls: failed to verify certificate: x509: certificate signed by unknown authority"
2024-09-30 08:35:08.085 [DBG] GRPC: [core] [Channel #4 SubChannel #5] Subchannel Connectivity change to TRANSIENT_FAILURE, last error: connection error: desc = "transport: authentication handshake failed: tls: failed to verify certificate: x509: certificate signed by unknown authority"
2024-09-30 08:35:08.085 [DBG] GRPC: [core] [pick-first-lb 0xc000747c50] Received SubConn state update: 0xc000747dd0, {ConnectivityState:TRANSIENT_FAILURE ConnectionError:connection error: desc = "transport: authentication handshake failed: tls: failed to verify certificate: x509: certificate signed by unknown authority"}
Temprary workaround is stop lnd, delete certs, set tlsencryptkey=false and start, but i neet to keep enrcypt enable
How to solve?
OS:
Ubuntu 22
bitcoin core: VERSION=27.1
lnd: VERSION=0.18.3
lit: v0.13.4-alpha
Thanks in advance
Davide
The text was updated successfully, but these errors were encountered: