-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
--ssl — TLS 1.3 & Python 3.7 compatibility #722
Comments
I've tried to declare support (see the merge request). This would require OpenSSL v.1.1.1 (announcement) and the up-to-date python version (issue 33618 should be merged) merged. |
Merged, release coming soon. Cheers. |
Per Python 3.7's documentation there won't be a |
@sethmlarson I actually think (and might have verified that in the past) that the current implementation works by running the constants in creating custom context through create_urllib3_context() that changes EDIT: Or I might have just been lucky that the server I tested against only supported TLSv1.3 or the cipher suite I tested meant using this highest version exclusively… so my observation might have been completely skewed 🤷 |
Now that TLS1.3 is out [1] it would be great to add that to the list of supported ssl parameters.
[--ssl {ssl2.3,tls1,tls1.1,tls1.2}] [--cert CERT]
[1] https://tools.ietf.org/html/rfc8446
The text was updated successfully, but these errors were encountered: