Skip to content
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

Fix test failures by using the latest versions of TLS in the TLS proxy tests. #306

Merged
merged 2 commits into from
Jun 10, 2022

Conversation

reivilibre
Copy link
Contributor

See matrix-org/synapse#8208 for the Synapse equivalent.

This is what's causing the current test failures: it appears that OpenSSL configuration has moved on and now forbids TLS v1.0 by default.

This led to errors like

twisted.web._newclient.ResponseNeverReceived: [<twisted.python.failure.Failure OpenSSL.SSL.Error: [('SSL routines', '', 'tlsv1 alert internal error')]>]

Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
@reivilibre reivilibre requested a review from a team as a code owner June 10, 2022 10:01
@reivilibre reivilibre merged commit 712c30c into main Jun 10, 2022
@reivilibre reivilibre deleted the rei/use_latest_tls branch June 10, 2022 11:19
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.

None yet

2 participants