We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6b510 commit e0f27a6Copy full SHA for e0f27a6
docs/grpc/ruby.md
@@ -63,7 +63,7 @@ require 'grpc'
63
require 'lightning_services_pb'
64
65
# Due to updated ECDSA generated tls.cert we need to let gprc know that
66
-# we need to use that cipher suite otherwise there will be a handhsake
+# we need to use that cipher suite otherwise there will be a handshake
67
# error when we communicate with the lnd rpc server.
68
ENV['GRPC_SSL_CIPHER_SUITES'] = "HIGH+ECDSA"
69
0 commit comments