seveas / python-hpilo

Accessing the HP iLO XML interface from python
https://seveas.github.io/python-hpilo
Other
321 stars 102 forks source link

ilo2 / ilo3 ssl unsupported protocol #251

Closed zrcorsica closed 3 years ago

zrcorsica commented 3 years ago

hi,

I got error ssl unsupported protocol (ssl 882) when I try to get info through ILO3 or ILO2 with latest firmware. I read that I need to modify hpilo.py to use TLS V1 for ilo2 and ilo3, I need to keep one hpilo.py file which works with all ilo version.

I have python 3.6.11

Is there someone who has done the job ?

thank you