]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
ids-functions.pl: Downloader now also uses upstream proxy for HTTPS
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 26 Dec 2018 15:33:54 +0000 (16:33 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 26 Dec 2018 15:33:54 +0000 (16:33 +0100)
Fixes #11953

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/cfgroot/ids-functions.pl

index 7c6b884c51f38c68248528f181f34dac33907184..c35bed7e5ffc92d8159d8dec0e7c512024f291a5 100644 (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.