Issue in dowloading data with WGET
Posted: Tue Apr 05, 2022 3:45 am America/New_York
i tried download file using this command line after following the steps
touch .netrc
echo "machine urs.earthdata.nasa.gov login myusername password mypassword" >> .netrc
chmod 0600 .netrc
touch .urs_cookies.
wget --content-disposition --load-cookies .urs_cookies --save-cookies .urs_cookies --keep-session-cookies --content-disposition -i myfile.dat
But Iam having an issue in downloading data
ERROR: cannot verify disc2.gesdisc.eosdis.nasa.gov's certificate, issued by '/C=US/O=Let\'s Encrypt/CN=R3':
Unable to locally verify the issuer's authority.
It seems it has an issue with the verification!
Kindly let me know on this
Thanking you
touch .netrc
echo "machine urs.earthdata.nasa.gov login myusername password mypassword" >> .netrc
chmod 0600 .netrc
touch .urs_cookies.
wget --content-disposition --load-cookies .urs_cookies --save-cookies .urs_cookies --keep-session-cookies --content-disposition -i myfile.dat
But Iam having an issue in downloading data
ERROR: cannot verify disc2.gesdisc.eosdis.nasa.gov's certificate, issued by '/C=US/O=Let\'s Encrypt/CN=R3':
Unable to locally verify the issuer's authority.
It seems it has an issue with the verification!
Kindly let me know on this
Thanking you