From: Rhonda D'Vine Date: Mon, 18 Feb 2019 10:59:17 +0000 (+0100) Subject: partially fix #2023: Switch to https for yubico.com API X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=3b3ae60e0934a74b7cc34634740e720d574de3e2 partially fix #2023: Switch to https for yubico.com API Signed-off-by: Rhonda D'Vine Signed-off-by: Thomas Lamprecht --- diff --git a/src/PVE/OTP.pm b/src/PVE/OTP.pm index c062639..019076b 100644 --- a/src/PVE/OTP.pm +++ b/src/PVE/OTP.pm @@ -55,7 +55,7 @@ sub yubico_verify_otp { die "yubico: wrong OTP length\n" if (length($otp) < 32) || (length($otp) > 48); - $url = 'http://api2.yubico.com/wsapi/2.0/verify' if !defined($url); + $url = 'https://api2.yubico.com/wsapi/2.0/verify' if !defined($url); my $params = { nonce => Digest::SHA::hmac_sha1_hex(time(), rand()),