Switched rustls for openssl

This commit is contained in:
int 80h
2020-05-09 18:49:04 -04:00
parent 24a47ccd70
commit 5a90aaffc1
5 changed files with 64 additions and 75 deletions

View File

@@ -4,7 +4,7 @@ use std::path::{Path, PathBuf};
use std::process::Command;
use std::os::unix::fs::PermissionsExt;
use tokio::net::TcpStream;
use tokio_rustls::server::TlsStream;
use tokio_openssl::SslStream;
use url::Url;
use crate::config;