mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 17:15:11 +02:00
Fix #1608
This commit is contained in:
parent
e30c76361a
commit
5857f2b3ac
@ -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} .= "$_, ";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user