From: Stefan Schantl Date: Wed, 26 Dec 2018 15:33:54 +0000 (+0100) Subject: ids-functions.pl: Downloader now also uses upstream proxy for HTTPS X-Git-Tag: suricata-beta4~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6994f00174d222a6e7dd9b812c5bebaad1e3fa3e;p=people%2Fstevee%2Fipfire-2.x.git ids-functions.pl: Downloader now also uses upstream proxy for HTTPS Fixes #11953 Signed-off-by: Stefan Schantl --- 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.