DMTF / Redfish-Protocol-Validator

The Redfish Protocol Validator tests the HTTP protocol behavior of a Redfish service to validate that it conforms to the Redfish specification.
Other
14 stars 12 forks source link

urllib3 2.0 support #59

Closed mraineri closed 8 months ago

mraineri commented 1 year ago

As part of working on https://github.com/DMTF/Redfish-Protocol-Validator/pull/58, CI was failing due to it pulling the latest urllib3, which came out recently. urllib3 2.0 drops support for older versions of openssl, The following error is produced:

ERROR: Failure: ImportError (urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2g  1 Mar 2016'. See: https://github.com/urllib3/urllib3/issues/2168)

Users keeping up with the latest versions of OpenSSL should be unaffected, but it would be good to have an advisory about this and see how we can get our CI updated to use newer versions.