mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
fix ilo hp
This commit is contained in:
parent
46b06d0d57
commit
ca793d88a9
@ -107,7 +107,7 @@ sub check_options {
|
||||
}
|
||||
}
|
||||
if (!defined($self->{option_results}->{curl_opt})) {
|
||||
$self->{option_results}->{curl_opt} = ['URLOPT_SSL_VERIFYPEER => 0'];
|
||||
$self->{option_results}->{curl_opt} = ['CURLOPT_SSL_VERIFYPEER => 0'];
|
||||
}
|
||||
|
||||
$self->{http}->set_options(%{$self->{option_results}});
|
||||
|
Loading…
x
Reference in New Issue
Block a user