seveas / python-hpilo

Accessing the HP iLO XML interface from python

Home Page:https://seveas.github.io/python-hpilo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RC4-SHA is no longer available in openssl

basilhendroff opened this issue · comments

Hello!

Similar to #232, but on iLO4.

For full details, please refer to the Let's Encrypt community thread https://community.letsencrypt.org/t/hp-ilo4-ssl-circular-reference/137076

I'm seeing the issue on the embedded iLO4 on a HP Gen8 Microserver

# hpilo_cli -v
4.4.1
# pip --version
pip 20.2.3 from /usr/local/lib/python3.7/site-packages/pip (python 3.7)

There is a solution to this issue. Please refer to abovementioned thread for the details. Does it warrant a change to hpilo.py?

I see several issues in that thread. There's an issue about rc4 and this transfer-encoding issue. I did see a solution for the rc4 issue, but not for the transfer-encoding issue. What did I miss?

Sorry, there's only the RC4 issue. I took the transfer encoding heading from #232,

Please let me know if you manage to address this issue and I'll remove the tweak I made to the install script for the resource around line 145.

Btw, you rate a mention on the FreeNAS community resource Let's Encrypt Local Servers and Devices.

This is fixed now.