Skip to content

minimum_version mismatch #105090

Closed
Closed
@RobBotic1

Description

@RobBotic1

Documentation

The documentation states "The SSL context created above will only allow TLSv1.2 and later..." However, the example code sets the minimum version to TLS 1.3 (not 1.2 as stated).

I believe this line should be changed to:
>>> client_context.minimum_version = ssl.TLSVersion.TLSv1_2

I am happy to create a pull request, if that is helpful.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions