-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
test-tls-no-sslv3 and shared openssl with disabled SSLv3 #3927
Comments
ChALkeR
added
test
Issues and PRs related to the tests.
tls
Issues and PRs related to the tls subsystem.
labels
Nov 19, 2015
bnoordhuis
added a commit
to bnoordhuis/io.js
that referenced
this issue
Dec 9, 2015
Scan the child process's stderr for an 'unknown flag' error message and mark the test as skipped if found. Fixes: nodejs#3927 PR-URL: nodejs#4204 Reviewed-By: Rich Trott <[email protected]>
bnoordhuis
added a commit
that referenced
this issue
Dec 15, 2015
Scan the child process's stderr for an 'unknown flag' error message and mark the test as skipped if found. Fixes: #3927 PR-URL: #4204 Reviewed-By: Rich Trott <[email protected]>
bnoordhuis
added a commit
that referenced
this issue
Dec 30, 2015
Scan the child process's stderr for an 'unknown flag' error message and mark the test as skipped if found. Fixes: #3927 PR-URL: #4204 Reviewed-By: Rich Trott <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
Jan 19, 2016
Scan the child process's stderr for an 'unknown flag' error message and mark the test as skipped if found. Fixes: #3927 PR-URL: #4204 Reviewed-By: Rich Trott <[email protected]>
scovetta
pushed a commit
to scovetta/node
that referenced
this issue
Apr 2, 2016
Scan the child process's stderr for an 'unknown flag' error message and mark the test as skipped if found. Fixes: nodejs#3927 PR-URL: nodejs#4204 Reviewed-By: Rich Trott <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ?
The text was updated successfully, but these errors were encountered: