Skip to content

Remove explicit TLS protocol version#269

Open
maxjcohen wants to merge 1 commit into
clearml:masterfrom
maxjcohen:fix-tls-protocol-version
Open

Remove explicit TLS protocol version#269
maxjcohen wants to merge 1 commit into
clearml:masterfrom
maxjcohen:fix-tls-protocol-version

Conversation

@maxjcohen

Copy link
Copy Markdown

Hi, and thanks for developing the ClearML stack and agent.

From Python's documentation:

Deprecated since version 3.6: OpenSSL has deprecated all version specific protocols. Use the default protocol PROTOCOL_TLS_SERVER or PROTOCOL_TLS_CLIENT with SSLContext.minimum_version and SSLContext.maximum_version instead.

Simply removing the explicit version for the TLS protocol works on my end.

From Python's documentation:
> Deprecated since version 3.6: OpenSSL has deprecated all version specific protocols. Use the default protocol PROTOCOL_TLS_SERVER or PROTOCOL_TLS_CLIENT with SSLContext.minimum_version and SSLContext.maximum_version instead.
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.

1 participant