On 1/12/2022 12:14 AM, Ruben Safir wrote:
--2022-01-12 00:10:41--  https://www.dovecot.org/tmp/wiki2-export.tar.gz
Resolving www.dovecot.org (www.dovecot.org)... 94.237.12.234,
2a04:3545:1000:720:acc1:5bff:fe5e:4e9
Connecting to www.dovecot.org (www.dovecot.org)|94.237.12.234|:443...
connected.
OpenSSL: error:1409442E:SSL routines:SSL3_READ_BYTES:tlsv1 alert
protocol version
Unable to establish SSL connection
Looks to me like your installation is too old and you're unable to connect with the ciphers/ssl connection for the download for at least one of the problems.

Recommend you look at what happens on the command line when you do just wget -v -d https://www.dovecot.org/tmp/wiki2-export.tar.gz ?  I'm going to predict you get Unable to establish SSL connection and likely you have some old versions of wget and perhaps openssl as well that don't support TLS v1.1+ or SNI or something similar.  Upgrade your openssl and wget/curl/fetch/whatever tool is downloading the files.

Regards,
KAM