seveas / python-hpilo

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

SSL Handshakes Failed on Multiple iLO 3 Devices #297

Open iperry-indigex opened 3 months ago

iperry-indigex commented 3 months ago

I have a docker container specifically built to run this module on 3 old iLOs that my company has. They're iLO 3s, I compiled OpenSSL 1.0.2g with SSL v2 and SSL v3 enabled, and then compiled Python 3.7 using that version of OpenSSL. The error I get is:

Encountered an error: _ssl.c:1059: The handshake operation timed out

Any help would be greatly appreciated. I've been wracking my brain on this for days. It looks like on occasion it will work one time, then go back to timing out on the SSL handshake.