We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e627b02 commit d29a62fCopy full SHA for d29a62f
config.sh
@@ -292,8 +292,8 @@ function run_tests {
292
URL='https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
293
if [ -z "$IS_MACOS" ]; then # only needed for Linux
294
# these should work, but don't
295
- echo "HTTP.SSL.CAINFO=/etc/ssl/certs/ca-certificates.crt" > $HOME/.ncrc
296
- echo "HTTP.SSL.CAPATH=/etc/ssl/certs" >> $HOME/.ncrc
+ #echo "HTTP.SSL.CAINFO=/etc/ssl/certs/ca-certificates.crt" > $HOME/.daprc
+ echo "HTTP.SSL.CAPATH=/etc/ssl/certs" > $HOME/.daprc
297
#export CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
298
#echo "cacert=/etc/ssl/certs/ca-certificates.crt" > $HOME/.curlrc
299
# this works
0 commit comments