diff options
Diffstat (limited to 'urpm/download.pm')
-rw-r--r-- | urpm/download.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/download.pm b/urpm/download.pm index 52f33d24..ded58cdd 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -217,6 +217,7 @@ sub sync_wget { ($options->{callback} ? ("--progress=bar:force", "-o", "-") : $options->{quiet} ? "-q" : @{[]}), "--retr-symlinks", + "--no-check-certificate", "--timeout=$CONNECT_TIMEOUT", "-NP", $options->{dir}, |