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 {
292292 URL=' https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
293293 if [ -z " $IS_MACOS " ]; then # only needed for Linux
294294 # 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
297297 # export CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
298298 # echo "cacert=/etc/ssl/certs/ca-certificates.crt" > $HOME/.curlrc
299299 # 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
302302 fi
303303 python -c " from netCDF4 import Dataset; nc=Dataset(\" ${URL} \" ); print(nc)"
304304}
You can’t perform that action at this time.
0 commit comments