Skip to content

Remove pyopenssl dep and with ssl module instead #634

@giampaolo

Description

@giampaolo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions