aws-samples/aws-zerotrust-service2service-workshop

runscanner assessment tool fails with urllib3 v2.0 compatibility with openssl 1.0.2k-fips

Opened this issue · 1 comments

Running runscanner assessment tool fails for "Unwanted caller #4" with the following error

Unwanted Caller #4
----------ERROR-------
Traceback (most recent call last):
File "/tmp/workshop/service_a_caller_si unknown

On further analysis the error is related to urllib3 v2.0 pkg incompatibility with openssl 1.0.2k-fips

ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips 26 Jan 2017'. See: urllib3/urllib3#2168

+1, this error is happening as of September 15th as well.