tls_manager: let REST proxy skip tls cert verification

This commit is contained in:
Elle Mouton
2024-01-29 13:30:07 +02:00
parent b76d3e64d3
commit 404a50ae25
2 changed files with 17 additions and 19 deletions

View File

@@ -41,7 +41,10 @@
nodes where the chain sync got lost because fetching of already pruned blocks
from our peers was not garbage collected when the request failed.
* Let the REST proxy [skip TLS
verification](https://github.com/lightningnetwork/lnd/pull/8437) when
connecting to the gRPC server to prevent invalid cert use when the ephemeral
cert (used with the `--tlsencryptkey` flag) expires.
# New Features
## Functional Enhancements