Disable TLS for gRPC? (TLS is the responsibility of a reverse proxy) #9812
Replies: 2 comments 2 replies
-
gRPC (or more precisely, HTTP/2) doesn't really work that well without TLS. Sure, there's a protocol called |
Beta Was this translation helpful? Give feedback.
-
Ok, I managed to configure Traefik so that it forwards LND gRPC via https (but skipping the cert verification) rather than http. I wasn't aware this is possible. It resolves my issue, but I think it could still be considered to allow disabling TLS for that service in lnd, just to simplify configuration. I'll close this for now, thanks for your help. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using traefik as a reverse proxy and it handles all certificate renewals via Let's Encrypt for my setup. Thus, I'd rather not use the built-in TLS support of LND.
However, I found no way to switch off TLS or expose a non-TLS port for gRPC. For the REST API there is
no-rest-tls=true
, but there is nono-grpc-tls
or similar.Did I miss it, or is it planned?
Beta Was this translation helpful? Give feedback.
All reactions