mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-03 19:50:25 +02:00
Update ruby.md
This commit is contained in:
parent
366e48bced
commit
ac59b06f59
@ -58,7 +58,7 @@ $:.unshift(File.dirname(__FILE__))
|
|||||||
require 'grpc'
|
require 'grpc'
|
||||||
require 'lightning_services_pb'
|
require 'lightning_services_pb'
|
||||||
|
|
||||||
# Due to updated ECDSA generated tls.cert we need to let gprc know that
|
# Due to updated ECDSA generated tls.cert we need to let grpc know that
|
||||||
# we need to use that cipher suite otherwise there will be a handshake
|
# we need to use that cipher suite otherwise there will be a handshake
|
||||||
# error when we communicate with the lnd rpc server.
|
# error when we communicate with the lnd rpc server.
|
||||||
ENV['GRPC_SSL_CIPHER_SUITES'] = "HIGH+ECDSA"
|
ENV['GRPC_SSL_CIPHER_SUITES'] = "HIGH+ECDSA"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user