Issue in dowloading data with WGET

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
ragwang
Posts: 2
Joined: Tue Apr 05, 2022 2:35 am America/New_York
Answers: 0

Issue in dowloading data with WGET

by ragwang » 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

Tags:

OB.DAAC - amscott
User Services
User Services
Posts: 350
Joined: Mon Jun 22, 2020 5:24 pm America/New_York
Answers: 1
Has thanked: 8 times
Been thanked: 3 times

Re: Issue in dowloading data with WGET

by OB.DAAC - amscott » Fri Apr 22, 2022 9:04 am America/New_York

Please review this post for the solution:
https://forum.earthdata.nasa.gov/viewtopic.php?t=2612

Post Reply