]> git.proxmox.com Git - proxmox-backup.git/commit
HttpsConnector: use hostname instead of URL again
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 3 Feb 2021 14:09:19 +0000 (15:09 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 3 Feb 2021 14:18:18 +0000 (15:18 +0100)
commitfa016c1697332ea83216654d02e52e2cf582f95e
treed81e708e0604629ce5921ed1d69db63aa04347c2
parent7d2c156eb1cccd35416071facde12414f266003c
HttpsConnector: use hostname instead of URL again

fixes connecting to hosts with valid certificates without a
pinned fingerprint
this was accidentally changed in the tokio-1.0 updates
apparently

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Fixes: 0f860f712f86 ("tokio 1.0: update to new tokio-openssl interface")
src/tools/http.rs