We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flagging this because I spent a few hours working out that this is a problem and other people will probably hit it. rustls-native-certs doesnt support android or iOS so you'll need to setup https://github.com/rustls/rustls-platform-verifier or enable feature tls-webpki-roots.
tls-webpki-roots
0.9.2
tonic
Connecting to an AWS LB returns error: status: Unavailable, message: "error trying to connect: invalid peer certificate: UnknownIssuer"
status: Unavailable, message: "error trying to connect: invalid peer certificate: UnknownIssuer"
The text was updated successfully, but these errors were encountered:
Thanks for flagging this!! Saved me some time
Sorry, something went wrong.
No branches or pull requests
Bug Report
Flagging this because I spent a few hours working out that this is a problem and other people will probably hit it. rustls-native-certs doesnt support android or iOS so you'll need to setup https://github.com/rustls/rustls-platform-verifier or enable feature
tls-webpki-roots
.Version
0.9.2
Platform
Crates
tonic
Description
Connecting to an AWS LB returns error:
status: Unavailable, message: "error trying to connect: invalid peer certificate: UnknownIssuer"
The text was updated successfully, but these errors were encountered: