This commit is contained in:
garnier-quentin 2019-08-06 10:54:51 +02:00
parent 8625a86401
commit 3421c4cd67
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ sub check_options {
$self->{option_results}->{ssl_opt} = ['SSL_verify_mode => SSL_VERIFY_NONE'];
$self->{ssl_opts} = 'SSL_verify_mode => SSL_VERIFY_NONE';
} else {
foreach (keys @{$self->{option_results}->{ssl_opt}}) {
foreach (@{$self->{option_results}->{ssl_opt}}) {
$self->{ssl_opts} .= "$_, ";
}
}