Scrapy Error: 'OpenSSL.SSL' module missing 'SSLv3_METHOD' attribute
The log file shows an error related to a missing attribute 'SSLv3_METHOD' in the 'OpenSSL.SSL' module. This error occurs when trying to load the HTTP and HTTPS download handlers, as well as the S3 download handler. The error message suggests that the version of OpenSSL being used does not support SSLv3, which is used by these handlers. To fix this error, one possible solution is to upgrade OpenSSL to a version that supports SSLv3 or to switch to a different version of SSL that is supported by the handlers. Another possible solution is to disable SSLv3 in the handlers' settings.
原文地址: https://www.cveoy.top/t/topic/n7iW 著作权归作者所有。请勿转载和采集!