You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/Users/nroose/Library/Python/3.9/lib/python/site-packages/scrapy/core/downloader/tls.py", line 23, in
METHOD_SSLv3: SSL.SSLv3_METHOD, # SSL 3 (NOT recommended)
AttributeError: module 'OpenSSL.SSL' has no attribute 'SSLv3_METHOD'
The text was updated successfully, but these errors were encountered:
Description
Incompatible method call to SSL
Steps to Reproduce
Expected behavior: Loading the tls.py file doesn't crash.
Actual behavior: Loading the tls.py file crashes.
Reproduces how often: 100%
Versions
Scrapy : 2.5.1
lxml : 4.9.1.0
libxml2 : 2.9.14
cssselect : 1.1.0
parsel : 1.6.0
w3lib : 2.0.1
Twisted : 22.8.0
Python : 3.9.14 (main, Sep 6 2022, 23:29:09) - [Clang 13.1.6 (clang-1316.0.21.2.5)]
pyOpenSSL : 22.1.0 (OpenSSL 3.0.5 5 Jul 2022)
cryptography : 38.0.1
Platform : macOS-12.6-x86_64-i386-64bit
Additional context
File "/Users/nroose/Library/Python/3.9/lib/python/site-packages/scrapy/core/downloader/tls.py", line 23, in
METHOD_SSLv3: SSL.SSLv3_METHOD, # SSL 3 (NOT recommended)
AttributeError: module 'OpenSSL.SSL' has no attribute 'SSLv3_METHOD'
The text was updated successfully, but these errors were encountered: