Allow dav_test to be used against random SSL certs.

This commit is contained in:
Andrew McMillan 2012-03-12 13:20:33 +13:00
parent 0153070bea
commit f47ad7b669

View File

@ -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 );