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

Adds feature enabling Rustls rather than OpenSSL #214

Open
azzamsa opened this issue Sep 27, 2023 · 2 comments
Open

Adds feature enabling Rustls rather than OpenSSL #214

azzamsa opened this issue Sep 27, 2023 · 2 comments

Comments

@azzamsa
Copy link

azzamsa commented Sep 27, 2023

Hi.

Dealing with openssl can sometimes be quite a hassle, especially when it involves the challenge of finding the correct packages like openssl-devel or libssl-devel and so on. There have been instances when I had to install openssl-devel solely to run this app. In my opinion, opting for rustls seems like a promising solution.

It's worth noting that the sqlx-cli project has also taken a similar approach, as seen in their commit here: link to commit.

Lastly, I'd like to express my gratitude for the existence of cargo-udeps. It has proven to be quite helpful. 🏅

Related:

@est31
Copy link
Owner

est31 commented Sep 28, 2023

I definitely would like to support this, but it's more of an upstream issue. I think there is some discussion inside rust-lang/cargo#8154 about it, at least people there brought up the idea of using rustls in cargo.

Lastly, I'd like to express my gratitude for the existence of cargo-udeps.

Thanks ❤️ ❤️

@Daanvdplas
Copy link

I'm facing an error when trying to install which seems to be causes by openssl, how do I fix it?

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

3 participants