Skip to content

Commit d29a62f

Browse files
committed
try setting just CAPATH
1 parent e627b02 commit d29a62f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ 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/.ncrc
296-
echo "HTTP.SSL.CAPATH=/etc/ssl/certs" >> $HOME/.ncrc
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

0 commit comments

Comments
 (0)