Skip to content

Conversation

@halbow
Copy link
Contributor

@halbow halbow commented Jul 27, 2019

So I just added the two deprecated version to the SSL context, As we support python 3.6 this should be good but this way of building the sslContext seems to be deprecated in 3.7

https://docs.python.org/3/library/ssl.html#ssl.OP_NO_TLSv1
https://docs.python.org/3/library/ssl.html#ssl.SSLContext.minimum_version

@sethmlarson
Copy link
Contributor

We'll have to look at using the new minimum_version interface. We can accomplish that in a separate PR as it'll take additional checks to make sure we get it right (since it's only available for Python 3.7+ and OpenSSL 1.1.0g+)

@sethmlarson
Copy link
Contributor

Closes #127.

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

Successfully merging this pull request may close these issues.

2 participants