linux wgetrc ignore ssl code example
Example 1: wget ignore ssl cert error
wget --no-check-certificate "https://myPath/myFile.xlsx"
Example 2: --no-check-certificate while running a script
wget --no-check-certificate https://...
wget --no-check-certificate "https://myPath/myFile.xlsx"
wget --no-check-certificate https://...