Actions
Documentation #6059
opendocs: fix build failure - urllib3 issue
Affected Versions:
Effort:
Difficulty:
Label:
Description
Error:
ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with OpenSSL 1.0.2n 7 Dec 2017. See: https://github.com/urllib3/urllib3/issues/2168
cf https://readthedocs.org/projects/suricata/builds/20511808/
Andreas suggested a workaround:
- pip3 install urllib3==1.26.15
Actions