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

rustls-tls feature #2

Open
davidgraeff opened this issue Aug 29, 2019 · 0 comments
Open

rustls-tls feature #2

davidgraeff opened this issue Aug 29, 2019 · 0 comments

Comments

@davidgraeff
Copy link

This utility is awesome in build containers, but there is one catch at the moment.
It uses the default reqwest crate and does not offer the "rustls-tls" feature.

Would you please consider adding that or do you accept a PR for adding this?

The reason is, that reqwest uses the openssl-sys crate (links to the c library) by default on linux and on slim build containers there is no openssl preinstalled. It is also not easily possible to create a static binary. By default it dynamically links to openssl.

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

1 participant