-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
testIssues and PRs related to the tests.Issues and PRs related to the tests.tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.
Description
Hi,
debian/sid is transitioning
to an openssl version built with disabled SSLv3 support.
It is disabled to the point that
openssl s_client -connect example.com:443 -ssl3
fails immediately with unknown option -ssl3
error message.
The test actually fails when checking that the server emits a clientError:
because the client fails immediately, no failure happens on the server.
I can easily fix the test on debian but am not sure if it should be fixed here
as well. What do you think ?
Metadata
Metadata
Assignees
Labels
testIssues and PRs related to the tests.Issues and PRs related to the tests.tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.