From 6994f00174d222a6e7dd9b812c5bebaad1e3fa3e Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Wed, 26 Dec 2018 16:33:54 +0100 Subject: [PATCH] ids-functions.pl: Downloader now also uses upstream proxy for HTTPS Fixes #11953 Signed-off-by: Stefan Schantl --- config/cfgroot/ids-functions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index 7c6b884c51..c35bed7e5f 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -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. -- 2.39.2