Skip to content

Commit f667e45

Browse files
author
Jeff Whitaker
committed
SSL_CERT_DIR, not SSL_CERT_FILE
1 parent 53feb8b commit f667e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ function run_tests {
302302
URL='https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
303303
export CURLOPT_VERBOSE=1
304304
ls -l /etc/ssl
305-
export SSL_CERT_FILE=/etc/ssl/certs
305+
export SSL_CERT_DIR=/etc/ssl/certs
306306
python -c "from netCDF4 import Dataset; nc=Dataset(\"${URL}\"); print(nc)"
307307
#fi
308308
}

0 commit comments

Comments
 (0)