File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -292,13 +292,13 @@ function run_tests {
292
292
URL=' https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
293
293
if [ -z " $IS_MACOS " ]; then # only needed for Linux
294
294
# these should work, but don't
295
- # echo "HTTP.SSL.CAINFO=/etc/ssl/certs/ca-certificates.crt" > $HOME/.daprc
296
- echo " HTTP.SSL.CAPATH=/etc/ssl/certs" > $HOME /.daprc
295
+ echo " HTTP.SSL.CAINFO=/etc/ssl/certs/ca-certificates.crt" > $HOME /.daprc
296
+ echo " HTTP.SSL.CAPATH=/etc/ssl/certs" >> $HOME /.daprc
297
297
# export CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
298
298
# echo "cacert=/etc/ssl/certs/ca-certificates.crt" > $HOME/.curlrc
299
299
# this works
300
- mkdir -p /etc/pki/tls/certs
301
- ln -s /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt
300
+ # mkdir -p /etc/pki/tls/certs
301
+ # ln -s /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt
302
302
fi
303
303
python -c " from netCDF4 import Dataset; nc=Dataset(\" ${URL} \" ); print(nc)"
304
304
}
You can’t perform that action at this time.
0 commit comments