Skip to content

bpo-31518: Change TLS protocol for Debian #3660

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 24, 2018

Conversation

tiran
Copy link
Member

@tiran tiran commented Sep 19, 2017

Debian Unstable has disabled TLS 1.0 and 1.1 for SSLv23_METHOD(). Change
TLS/SSL protocol of some tests to PROTOCOL_TLS or PROTOCOL_TLSv1_2 to
make them pass on Debian.

Signed-off-by: Christian Heimes [email protected]

NOTE: master has already been fixed in PR #3058. I decided against a backport because the PR #3058 touches too much code.

https://bugs.python.org/issue31518

@tiran tiran added the type-bug An unexpected behavior, bug, or error label Sep 19, 2017
Debian Unstable has disabled TLS 1.0 and 1.1 for SSLv23_METHOD(). Change
TLS/SSL protocol of some tests to PROTOCOL_TLS or PROTOCOL_TLSv1_2 to
make them pass on Debian.

Signed-off-by: Christian Heimes <[email protected]>
@tiran tiran force-pushed the bpo-31518-debian-ssl branch from b2ceff7 to d0aacfd Compare January 14, 2018 15:53
@tiran tiran merged commit aab2258 into python:3.6 Feb 24, 2018
@bedevere-bot
Copy link

@tiran: Please replace # with GH- in the commit message next time. Thanks!

@tiran tiran deleted the bpo-31518-debian-ssl branch February 24, 2018 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants