diff --git a/testing/dav_test b/testing/dav_test index 3c3f3ef5..01495a26 100755 --- a/testing/dav_test +++ b/testing/dav_test @@ -41,7 +41,7 @@ usage() if ( $helpmeplease || ((!defined($suite) || !defined($case)) && !defined my $dbh; -my @arguments = ( "--basic", "--proxy", "" ); +my @arguments = ( "--basic", "--proxy", "", "--insecure" ); push @arguments, "--silent" unless ( $debug ); push @arguments, "--verbose" if ( $debug );