These days wget likes you to verify the referenced domains. I verified that www.cs.bham.ac.uk doesn't have a proper SSL certificate configured. To fix this , add --no-check-certificate to script, or update the sub domain SSL certas.
wget https://www.cs.bham.ac.uk/research/projects/poplog/V16/DL/packages-V16.tar.bz2
--2024-02-12 18:04:52-- https://www.cs.bham.ac.uk/research/projects/poplog/V16/DL/packages-V16.tar.bz2
Resolving www.cs.bham.ac.uk (www.cs.bham.ac.uk)... 52.56.180.67
Connecting to www.cs.bham.ac.uk (www.cs.bham.ac.uk)|52.56.180.67|:443... connected.
ERROR: cannot verify www.cs.bham.ac.uk's certificate, issued by ‘CN=R3,O=Let's Encrypt,C=US’:
Unable to locally verify the issuer's authority.
To connect to www.cs.bham.ac.uk insecurely, use `--no-check-certificate'.
These days wget likes you to verify the referenced domains. I verified that www.cs.bham.ac.uk doesn't have a proper SSL certificate configured. To fix this , add --no-check-certificate to script, or update the sub domain SSL certas.