seveas / python-hpilo

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

HP download site seems to be missing intermediate certs. #257

Open alvinstarr opened 3 years ago

alvinstarr commented 3 years ago

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.