-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Feature to disable SSL #515
Comments
Depends on the database. For instance, you can add |
I'm aware how to disable the SSL from the connection, I'm saying I'd prefer if I didn't have a dependency on the |
I have problems with the openssl crate as well on NixOS. I can either get fast linking with Edit: I just noticed things works fine for me with #473 (comment), thank you for that very helpful pointer. |
@Proximyst This is unfortunately blocked on: rust-lang/cargo#3494 |
I think this is possible in rust 1.60 https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html |
Pending fixes in #2039 |
I'm writing a service which is designed to be ran in Docker where SSL really only adds unnecessary overhead and is as such not used. I'd love for a feature gate to disable SSL altogether in this crate. I personally do not care if SSL is enabled by default, as long as it is possible to remove SSL.
Thank you! :)
The text was updated successfully, but these errors were encountered: