Skip to content

minimum_version mismatch #105090

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions