wget Parameters for Skipping SSL Certificate Checks
Using only wget --no-check-certificate is not enough. You need to use:
wget --secure-protocol=TLSv1_2 --no-check-certificate {url}
Using only wget --no-check-certificate is not enough. You need to use:
wget --secure-protocol=TLSv1_2 --no-check-certificate {url}