From 298b94f7eefb5398295feb03b664942a4503f9e2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 14 May 2021 20:38:22 +0000 Subject: (%FallbackDownloaderArgs): don't pass --no-check-certificate to wget (option doesn't exist when ssl support isn't included), or --insecure to curl (we don't provide curl binaries except on Windows, distros hopefully keep their cert chains up to date). Sigh. git-svn-id: svn://tug.org/texlive/trunk@59199 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLConfig.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'Master/tlpkg/TeXLive/TLConfig.pm') diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 608213039a1..07487f7cb79 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -128,10 +128,8 @@ our %FallbackDownloaderArgs = ( 'curl' => ['--user-agent', 'texlive/curl', '--retry', '4', '--retry-delay', '4', '--connect-timeout', "$NetworkTimeout", - '--insecure', '--fail', '--location', '--silent', '--output'], 'wget' => ['--user-agent=texlive/wget', '--tries=4', - '--no-check-certificate', "--timeout=$NetworkTimeout", '-q', '-O'], ); # the way we package things on the web -- cgit v1.2.3