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
We originally used pyopenssl instead of stdlib ssl because ssl module lacked server support on Python 2.X (or something like that, I forgot). This seems to be the case though, as urllib3 did the same: https://urllib3.readthedocs.io/en/2.2.0/reference/contrib/pyopenssl.html
Removing pyopenssl would be good because it would be 1 less third-party dep we depend on.
This probably have to happen after we remove Python 2.7 support though (#629).
The text was updated successfully, but these errors were encountered:
giampaolo
changed the title
Rmove pyopenssl dep and with ssl module instead
Remove pyopenssl dep and with ssl module instead
Jun 23, 2024
We originally used
pyopenssl
instead of stdlibssl
becausessl
module lacked server support on Python 2.X (or something like that, I forgot). This seems to be the case though, as urllib3 did the same:https://urllib3.readthedocs.io/en/2.2.0/reference/contrib/pyopenssl.html
Removing
pyopenssl
would be good because it would be 1 less third-party dep we depend on.This probably have to happen after we remove Python 2.7 support though (#629).
The text was updated successfully, but these errors were encountered: