Skip to content

ssl.PROTOCOL_TLS, ssl.PROTOCOL_TLSv1_2, and so on are deprecated #719

@oittaa

Description

@oittaa

All supported Python versions have deprecated TLS version specific configurations.

Deprecated since version 3.6: OpenSSL has deprecated all version specific protocols.

Clients should always use: ssl.PROTOCOL_TLS_CLIENT

Servers should always use: ssl.PROTOCOL_TLS_SERVER

https://docs.python.org/dev/library/ssl.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions