lightninglabs / lightning-dev-site

Lightning Network Daemon Developer Site
25 stars 40 forks source link

Add SSL cipher suites to javascript guide #38

Open sangaman opened 6 years ago

sangaman commented 6 years ago

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.