RadarTech / lnrpc

A Typescript gRPC client for LND with support for all LND sub-servers
MIT License
43 stars 13 forks source link

Remove default cipher suite when no cert is passed #58

Closed cavanmflynn closed 4 years ago

cavanmflynn commented 4 years ago

A different cipher suite may be used when interfacing with BTCPay server. Setting the cipher suite to HIGH+ECDSA in this scenario causes a SSL handshake failure.

To fix this, only default the cipher suite if a cert is provided and no suite is set.