From 648f4d5a5290edd34d0e2a3a1371d8c758bd84bf Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 31 Oct 2005 08:49:14 +0000 Subject: Use the --no-check-certificate option for downloading with wget, since the club https servers use self-signed certificates. --- urpm/download.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'urpm') 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}, -- cgit v1.2.1