Closed
Description
Why
We want to simplify the compilation of TLS support in the repository by using the vendored version in reqwest
.
What
Simplify the compilation of the nodes by using the native-tls-vendored
feature of reqwest
.
How
- Use the
native-tls-vendored
feature ofreqwest
in the crates - Remove the dependencies to
open_ssl
andopen_ssl_probe
- Rename the
bundle_openssl
feature tobundle_tls
in the crates (only in the release builds of the CI)