hi everyone.
i have 2 different scenario.
one with ilo4
one with ilo2
ILO4
if i use restapi i obtain:
UNKNOWN: Cannot decode json response: malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "(end of string)") at /usr/lib/centreon/plugins//centreon_hp_ilo_restapi.pl line 9643.
checking chassis
chassis '1' status is 'OK' 'instance: 1, state: Enabled]
checking devices
checking drives
if i use xmlapi is ok.
ILO2
using both restapi and xmlapi and with or no with
--ssl-opt="SSL_version=SSL_VERIFY_NONE"
-ssl-opt="SSL_version='TLSv1'"
--ssl-opt="SSL_version=SSLv3"
i obtain:
UNKNOWN: Failed to establish SSL connection: , ssl_error=SSL connect attempt failed error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol
what’s wrong?
can you help me?