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

Use rustls-tls-webpki-roots for tokio-tungstenite. #544

Merged
merged 1 commit into from
Aug 17, 2024
Merged

Use rustls-tls-webpki-roots for tokio-tungstenite. #544

merged 1 commit into from
Aug 17, 2024

Conversation

tmpfs
Copy link
Collaborator

@tmpfs tmpfs commented Aug 17, 2024

Otherwise on Apple iOS devices connecting to the Let's Encrypt ACME SSL certificate issued to a self-hosted server would error with:

invalid peer certificate: UnknownIssuer

By switching from native roots to bundled webpki roots the issue is fixed and we can now pair devices when using the ACME provider.

See https://github.com/saveoursecrets/crashlog/issues/271

Otherwise on Apple iOS devices connecting to the Let's Encrypt ACME SSL
certificate issued to a self-hosted server would error with:

invalid peer certificate: UnknownIssuer

By switching from native roots to bundled webpki roots the issue is
fixed and we can now pair devices when using the ACME provider.

See saveoursecrets/crashlog#271
@tmpfs tmpfs merged commit 964605d into main Aug 17, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

1 participant