← Back to archive
Programming Notes

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}

Written by Master Sanfu on June 4, 2023. Please credit the source if you share.

Translation Notice: This English version was translated with AI assistance. Specialized, historical, religious, or culturally sensitive terms may contain nuances, inaccuracies, or debatable wording. In case of ambiguity or discrepancy, the original Chinese text shall prevail.