Use rustls (fix #906) (#908)

This commit is contained in:
Roey Darwish Dror
2022-04-30 16:17:27 +03:00
committed by GitHub
parent 336f529410
commit 71ce5c8d30
3 changed files with 136 additions and 46 deletions

View File

@@ -87,9 +87,6 @@ fn run() -> Result<()> {
#[cfg(feature = "self-update")]
{
#[cfg(target_os = "linux")]
openssl_probe::init_ssl_cert_env_vars();
if !run_type.dry() && env::var("TOPGRADE_NO_SELF_UPGRADE").is_err() {
let result = self_update::self_update();