We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f321189 commit 8198b99Copy full SHA for 8198b99
config.sh
@@ -300,9 +300,10 @@ function run_tests {
300
#if [ -n "$IS_MACOS" ]; then # for now only run on MacOS since linux fails
301
URL='https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
302
export CURLOPT_VERBOSE=1
303
- #echo "HTTP.SSL.CAPATH=/etc/ssl/certs" > ~/.ncrc
304
- #cat ~/.ncrc
305
- export CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
+ ls -l /etc/ssl/certs
+ echo "HTTP.SSL.CAINFO=/etc/ssl/certs/ca-certificates.crt" > ~/.ncrc
+ cat ~/.ncrc
306
+ #export CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
307
python -c "from netCDF4 import Dataset; nc=Dataset(\"${URL}\"); print(nc)"
308
#fi
309
}
0 commit comments