proxy: use TLS via tokio-tls
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -19,6 +19,8 @@ url = "1.7"
|
||||
futures = "0.1"
|
||||
tokio-threadpool = "0.1"
|
||||
tokio = "0.1"
|
||||
tokio-tls = "0.2.1"
|
||||
native-tls = "0.2.2"
|
||||
http = "0.1"
|
||||
hyper = "0.12"
|
||||
lazy_static = "1.1"
|
||||
@ -35,4 +37,4 @@ walkdir = "2"
|
||||
md5 = "0.6"
|
||||
base64 = "0.10"
|
||||
pam-sys = "0.5"
|
||||
pam-auth = "0.5"
|
||||
pam-auth = "0.5"
|
||||
|
Reference in New Issue
Block a user