gRPC connection error "CaUsedAsEndEntity" using Rust Tonic #7773
Unanswered
lescuer97
asked this question in
Troubleshooting
Replies: 1 comment
-
I think you're running into #5450, for which there doesn't seem to be a fix yet, other than perhaps trying with https://github.com/mirleft/ocaml-x509 instead? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I've been having some problem connecting to an LND node running on Polar.
I keep constantly getting this error:
tonic::transport::Error(Transport, hyper::Error(Connect, Custom { kind: InvalidData, error: InvalidCertificate(Other(CaUsedAsEndEntity)) }))'
this code that I'm using for that:
please advice this is getting crazy hahaha, I actually checked out the code from lncli but got confused on what is being done with TLS
Beta Was this translation helpful? Give feedback.
All reactions