Hi !
is there a way to not use tls_cert_file ? I'm using a reverse proxy (caddy) with let's encrypt so I start lnd with --no-rest-tls
I made a self-hosted Lightning Address webserver, because for some reason I couldn't find any good ones out there already.
https://github.com/conduition/lnaddrd
This is what powers my snazzy new `conduition@conduition.io` LN address 😇
Hi !
is there a way to not use tls_cert_file ? I'm using a reverse proxy (caddy) with let's encrypt so I start lnd with --no-rest-tls
Responded on github about this. For your particular case, using --no-rest-tls is unsafe. However generally speaking, i should probably add a flag to allow plaintext connections as there are some cases where it is safe