-
Notifications
You must be signed in to change notification settings - Fork 489
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
make rustls as default TLS #3113
Comments
related to #3091 |
@sehz Do we want to keep optional Also it is not possible to get rid of |
We should keep openssl. Not sure relevance to cargo generate |
Just wanted to let you know I stumbled upon issues with Looking forward to this |
Probably good to tackle this a crate at a time |
Stale issue message |
Stale issue message |
A new release https://github.com/rustls/rustls/releases/tag/v/0.22.0 (mentioned by Seyho here https://infinyon.slack.com/archives/CQ8UX6SBH/p1701539652032509) Making rustls the default build config would reduce maintenance for cross platform builds, as well as surface area for security updates in dependencies. Changes may need to be made in reference to: (though that crate is already configurable for rusttls) |
With latest release, rustls support IP address certs which in the past, prevent being used in the Kubernetes env.
The text was updated successfully, but these errors were encountered: