Skip to content

Use Rustls for ssl #129

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

Open
soyacz opened this issue Apr 2, 2025 · 2 comments
Open

Use Rustls for ssl #129

soyacz opened this issue Apr 2, 2025 · 2 comments

Comments

@soyacz
Copy link
Collaborator

soyacz commented Apr 2, 2025

Rust-driver 1.0.0 introduced option to use Rustls for tls instead of openssl which should be faster.

@fruch
Copy link

fruch commented May 4, 2025

beside maybe faster, there's more reason why we should move ? support both ?

@soyacz
Copy link
Collaborator Author

soyacz commented May 5, 2025

beside maybe faster, there's more reason why we should move ? support both ?

We could support both, it would mean adding new param to -transport option (to select which to use).
Another reason would be testing rust-driver if Rustls is not having issues (it's not so well tested like openssl I believe)

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