urllib3 v20 only supports OpenSSL 111+ currently the ssl module is compiled with OpenSSL 110h 27 Mar 2018
This means that if you are using urllib3 version 2.0, you need to have OpenSSL version 1.1.1 or higher installed on your system. However, the 'ssl' module in your Python installation is currently compiled with OpenSSL version 1.1.0h, which is lower than the required version.
You can either upgrade OpenSSL on your system to version 1.1.1 or higher, or try using an older version of urllib3 that is compatible with OpenSSL 1.1.0h. Alternatively, you can rebuild the 'ssl' module in your Python installation with a newer version of OpenSSL
原文地址: https://www.cveoy.top/t/topic/fttx 著作权归作者所有。请勿转载和采集!