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.
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.