mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 17:32:57 +02:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user