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 ce0f6e8 commit f321189Copy full SHA for f321189
config.sh
@@ -300,9 +300,9 @@ 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
- ls -l /etc/ssl
304
- echo "HTTP.SSL.CAPATH=/etc/ssl/certs" > ~/.ncrc
305
- cat ~/.ncrc
+ #echo "HTTP.SSL.CAPATH=/etc/ssl/certs" > ~/.ncrc
+ #cat ~/.ncrc
+ export CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
306
python -c "from netCDF4 import Dataset; nc=Dataset(\"${URL}\"); print(nc)"
307
#fi
308
}
0 commit comments