File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -301,10 +301,11 @@ function run_tests {
301301 URL=' https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
302302 export CURLOPT_VERBOSE=1
303303 # ls -l /etc/ssl/certs
304- # echo "HTTP.SSL.CAINFO=/etc/ssl/certs/ca-certificates.crt" > ~/.ncrc
305- # cat ~/.ncrc
304+ # echo "HTTP.SSL.CAINFO=/etc/ssl/certs/ca-certificates.crt" > .daprc
305+ # cat .daprc
306306 # /export CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
307- sudo mkdir -p /etc/pki/tls/certs
307+ # echo "cacert=/etc/ssl/certs/ca-certificates.crt" > $HOME/.curlrc
308+ mkdir -p /etc/pki/tls/certs
308309 cp /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt
309310 python -c " from netCDF4 import Dataset; nc=Dataset(\" ${URL} \" ); print(nc)"
310311 # fi
You can’t perform that action at this time.
0 commit comments