HewlettPackard / python-redfish-utility

Python-based utility for interacting with devices supporting a Redfish Service
Other
85 stars 41 forks source link

FIPS mode checks print warnings on FIPS certified Ubuntu #25

Closed xnox closed 3 years ago

xnox commented 4 years ago

FIPS certified Ubuntu has correctly certified OpenSSL. However, the cpython shipped by Ubuntu does not (yet?) provide the custom ssl module API extensions that this library uses.

It would be nice if python-redfish-utility / HP / iLo / Redfish correctly recongize and operate on FIPS certified Ubuntu.