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

HP download site seems to be missing intermediate certs.

alvinstarr opened this issue · comments

trying to download firmware I get
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:877)>

It also fails with wget and curl.
With wget and curl I can disable cert checking but I cannot with python-hpilo.