[tlu] (no subject)

Norbert Preining norbert at preining.info
Sat May 15 00:10:39 CEST 2021


On Fri, 14 May 2021, Karl Berry wrote:
>     Simply remove the line with --no-check-certificate

Thanks.

> * test whether it is supported and only use it if so.

Yes, that we have to do. Something like
	if wget --version | grep -q '\+ssl' ; then
		add argument
	fi
translated into perlish.
Or parse the output of --version ourself.

> So ... what to do?

* add a check to wget for ssl
* if ssl is enabled, add --no-check-certificate
* if ssl is not enabled, stop when asked to use a mirror and give
  a warning to the users
* if ssl is not enabled, stop when wget is selected as downloader
  and a https server is used
What did I forgot?

Best

Norbert

--
PREINING Norbert                              https://www.preining.info
Fujitsu Research  +  IFMGA Guide  +  TU Wien  +  TeX Live  + Debian Dev
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13


More information about the tlu mailing list.