Closed bmancini55 closed 6 years ago
The issue was caused by removal of RSA cipher suites from the auto-generated certs. LND now only generates elliptic curve certs as of Feb 24 2018 via this commit: https://github.com/lightningnetwork/lnd/commit/f7eeea71e206a514ee649060e903f72c9d4a8c46
The fix is to change gRPC to use the correct cipher suites which can be accomplished via the GRPC_SSL_CIPHER_SUITES
environment variable as defined here:
https://github.com/grpc/grpc/blob/master/doc/environment_variables.md
Resolve by setting env variable to HIGH+ECDSA
as defined here: https://www.openssl.org/docs/man1.0.2/apps/ciphers.html
After updating an LND node to the latest source I'm getting the following error when connecting: