seveas / python-hpilo

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

User created SSL Context is not used in xmldata #270

Closed timtasse closed 2 years ago

timtasse commented 2 years ago

given ssl_context is not used in the method xmldata

so if you give a correct ssl context you still get errors if you use the xmldata method

seveas commented 2 years ago

Thanks!