-
Notifications
You must be signed in to change notification settings - Fork 10.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Twisted 22.8.0 #5621
Comments
Also, I haven't yet checked but it may mean that Scrapy with this Twisted version will no longer work with some servers (it also needs to be checked if it's a hard restriction or the TLS version can be lowered with settings) |
We've found an interesting data point regarding the "support older TLS" part: https://chromestatus.com/feature/5759116003770368 says older TLS is no longer supported in Chromium and I can confirm it using https://badssl.com/ (https://tls-v1-1.badssl.com:1011/). While we usually strive to support as many real-world servers as possible, it should be a lower priority to support servers that are already dropped from a major browser. |
Same for Firefox. “This website might not support the TLS 1.2 protocol, which is the minimum version supported by Firefox.” Let’s burn TLS 1.1 and earlier with fire 🔥 . |
What is left to do here? |
Nothing else I guess. |
Twisted 22.8.0 was released recently, and it says:
Consequently, tests on some envs, including 3.8, now fail because they install older cryptography.
The text was updated successfully, but these errors were encountered: