It seems that recent versions of lnd requires cipher suites to be specified in the environment variables for the TLS handshake to work. Omitting this results in an error of Handshake failed with fatal error SSL_ERROR_SSL: error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure.
It seems that recent versions of lnd requires cipher suites to be specified in the environment variables for the TLS handshake to work. Omitting this results in an error of
Handshake failed with fatal error SSL_ERROR_SSL: error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure.