wget ignore certificate code example
Example 1: wget ignore ssl cert error
wget --no-check-certificate "https://myPath/myFile.xlsx"
Example 2: wget without certificate
--no-check-certificate
wget --no-check-certificate "https://myPath/myFile.xlsx"
--no-check-certificate