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.
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:
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.