ids-functions.pl: Downloader now also uses upstream proxy for HTTPS

Fixes #11953

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2018-12-26 16:33:54 +01:00
parent 04a0d07c97
commit 6994f00174

View File

@@ -194,7 +194,7 @@ sub downloadruleset {
}
# Setup proxy settings.
$downloader->proxy('http', $proxy_url);
$downloader->proxy(['http', 'https'], $proxy_url);
}
# Grab the right url based on the configured vendor.