Skip to content
New issue

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

tls-roots doesn't work on android or ios devices #1403

Closed
stan-irl opened this issue May 25, 2023 · 1 comment
Closed

tls-roots doesn't work on android or ios devices #1403

stan-irl opened this issue May 25, 2023 · 1 comment

Comments

@stan-irl
Copy link

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

  • ios
  • android

Crates

tonic

Description

Connecting to an AWS LB returns error: status: Unavailable, message: "error trying to connect: invalid peer certificate: UnknownIssuer"

@vdhanan
Copy link

vdhanan commented Dec 15, 2023

Thanks for flagging this!! Saved me some time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants