sima sima <[email protected]> writes: > Hi Dear > > I use wget command for download but it give: > > [r...@localhost ~]# wget --user=USER --password=PASS > https://dss.ucar.edu/datazone/dsszone/ds083.2/grib1/2000/2000.04/fnl_20000401_00_00 > > --2009-07-28 12:03:46-- > https://dss.ucar.edu/datazone/dsszone/ds083.2/grib1/2000/2000.04/fnl_20000401_00_00 > Resolving dss.ucar.edu... 192.43.244.210 > Connecting to dss.ucar.edu|192.43.244.210|:443... connected. > ERROR: cannot verify dss.ucar.edu's certificate, issued by > `/C=US/ST=Colorado/L=Boulder/O=UCAR/OU=DSS/CN=dss.ucar.edu/[email protected]': > Self-signed certificate encountered. > To connect to dss.ucar.edu insecurely, use `--no-check-certificate'. > Unable to establish SSL connection.
Hi, See the error message, i.e., try: [r...@localhost ~]# wget --user=USER --password=PASS --no-check-certificate https://dss.ucar.edu/datazone/dsszone/ds083.2/grib1/2000/2000.04/fnl_20000401_00_00 > I send an email for them they reply me: Your browser must be set to accept > "cookies." > What must be I do?? How do I for set to accept cookies??? > Please help me, > Thanks > Sima > > > > > -- Rodrigo S. Wanderley <[email protected]> -- Blog: http://rsw.digi.com.br
