-
Notifications
You must be signed in to change notification settings - Fork 68
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
This crate breaks with the latest version of rustls (0.23.13) #153
Comments
I confirm. Suddenly stopped working for me with the same error. |
yup im running into the same issue on windows with tls-rustls feature on windows. axum-server = { version = "0.7.1", features = ["tls-rustls"] }
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rustls panics with
with the version in the Cargo.lock pointing to the latest release. The release notes seem to enable disabling default providers and it seems this crate did just that.
Cargo.toml
https://github.com/rustls/rustls/releases/tag/v%2F0.23.13
The text was updated successfully, but these errors were encountered: