mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
Allow dav_test to be used against random SSL certs.
This commit is contained in:
parent
0153070bea
commit
f47ad7b669
@ -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 );
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user