Skip to content
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

Remove pyopenssl dep and with ssl module instead #634

Open
giampaolo opened this issue Jun 23, 2024 · 0 comments
Open

Remove pyopenssl dep and with ssl module instead #634

giampaolo opened this issue Jun 23, 2024 · 0 comments

Comments

@giampaolo
Copy link
Owner

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).

@giampaolo giampaolo changed the title Rmove pyopenssl dep and with ssl module instead Remove pyopenssl dep and with ssl module instead Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant