You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just an idea, would it be worth it to switch out OpenSSL for Rustls? This would allow for easier portable binaries among other features. reqwest can easily be made to use rustls rather than native-tls (i.e openssl) by disabling the default features and enabling the rustls-tls feature.
I noticed that sccache also directly depends on Openssl, but I have not checked how and why.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the hard work!
Just an idea, would it be worth it to switch out OpenSSL for Rustls? This would allow for easier portable binaries among other features.
reqwest
can easily be made to userustls
rather thannative-tls
(i.e openssl) by disabling the default features and enabling therustls-tls
feature.I noticed that
sccache
also directly depends on Openssl, but I have not checked how and why.Thanks!
The text was updated successfully, but these errors were encountered: