Skip to content

Commit 53feb8b

Browse files
author
Jeff Whitaker
committed
try setting SSL_CERT_FILE
1 parent 6137f38 commit 53feb8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@ function run_tests {
301301
#if [ -n "$IS_MACOS" ]; then # for now only run on MacOS since linux fails
302302
URL='https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
303303
export CURLOPT_VERBOSE=1
304+
ls -l /etc/ssl
305+
export SSL_CERT_FILE=/etc/ssl/certs
304306
python -c "from netCDF4 import Dataset; nc=Dataset(\"${URL}\"); print(nc)"
305307
#fi
306308
}

0 commit comments

Comments
 (0)