You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Python 3.7 , with ilo.xmldata(item='cpqkey')['key'] (hpilo version4.3) on iLO2, i have this issue :
socket error XXX.XXX.XXX.XXX : (SSLError(1, '[SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert bad record mac (_ssl.c:1056)'),)
That sounds like the issue n° #189 , i added in hpilo.py (for python 3 and iLO2, iLO3 & iLO4) this (it's not clean, it's more of a workaround than a solution) :
In Python 3.7 , with ilo.xmldata(item='cpqkey')['key'] (hpilo version4.3) on iLO2, i have this issue :
socket error XXX.XXX.XXX.XXX : (SSLError(1, '[SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert bad record mac (_ssl.c:1056)'),)
That sounds like the issue n° #189 , i added in hpilo.py (for python 3 and iLO2, iLO3 & iLO4) this (it's not clean, it's more of a workaround than a solution) :
The text was updated successfully, but these errors were encountered: