sub id not returning

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
oo_processing
Posts: 304
Joined: Wed Apr 06, 2005 12:11 pm America/New_York
Answers: 0
Has thanked: 6 times

sub id not returning

by oo_processing » Wed Mar 02, 2022 7:55 pm America/New_York

I have tried this command on a few computers on different networks (home, work IPv4, work IPv6). The command was working earlier today.
Now, none are getting past this point:

$ time curl --verbose -4 --silent --retry 5 --retry-delay 2 -d "subID=1843&results_as_file=1" https://oceandata.sci.gsfc.nasa.gov/api/file_search
* About to connect() to oceandata.sci.gsfc.nasa.gov port 443 (#0)
* Trying 169.154.128.84...
* Connected to oceandata.sci.gsfc.nasa.gov (169.154.128.84) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* SSL connection using TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
* Server certificate:
* subject: CN=oceancolor.gsfc.nasa.gov
* start date: Jan 28 13:02:19 2022 GMT
* expire date: Apr 28 13:02:18 2022 GMT
* common name: oceancolor.gsfc.nasa.gov
* issuer: CN=R3,O=Let's Encrypt,C=US
> POST /api/file_search HTTP/1.1
> User-Agent: curl/7.29.0
> Host: oceandata.sci.gsfc.nasa.gov
> Accept: */*
> Content-Length: 28
> Content-Type: application/x-www-form-urlencoded
>
* upload completely sent off: 28 out of 28 bytes
^C

real 1m40.169s
user 0m0.099s
sys 0m0.123s


$ curl --verbose --interface 2607:fe50:0:6330::103 --silent --retry 5 --retry-delay 2 -d "subID=1843&results_as_file=1" https://oceandata.sci.gsfc.nasa.gov/api/file_search
* About to connect() to oceandata.sci.gsfc.nasa.gov port 443 (#0)
* Trying 2001:4d0:2418:128::84...
* Name '2607:fe50:0:6330::103' family 10 resolved to '2607:fe50:0:6330::103' family 10
* Local port: 0
* Connected to oceandata.sci.gsfc.nasa.gov (2001:4d0:2418:128::84) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* SSL connection using TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
* Server certificate:
* subject: CN=oceancolor.gsfc.nasa.gov
* start date: Jan 28 13:02:19 2022 GMT
* expire date: Apr 28 13:02:18 2022 GMT
* common name: oceancolor.gsfc.nasa.gov
* issuer: CN=R3,O=Let's Encrypt,C=US
> POST /api/file_search HTTP/1.1
> User-Agent: curl/7.29.0
> Host: oceandata.sci.gsfc.nasa.gov
> Accept: */*
> Content-Length: 28
> Content-Type: application/x-www-form-urlencoded
>
* upload completely sent off: 28 out of 28 bytes

oo_processing
Posts: 304
Joined: Wed Apr 06, 2005 12:11 pm America/New_York
Answers: 0
Has thanked: 6 times

Re: sub id not returning

by oo_processing » Wed Mar 02, 2022 8:01 pm America/New_York

The problem has resolved.

Post Reply