We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a925d5 commit 5f532c2Copy full SHA for 5f532c2
test/parallel/test-tls-no-sslv3.js
@@ -36,5 +36,5 @@ server.listen(common.PORT, '127.0.0.1', function() {
36
});
37
38
server.once('clientError', common.mustCall(function(err, conn) {
39
- assert(/SSL3_GET_CLIENT_HELLO:wrong version number/.test(err.message));
+ assert(/:wrong version number/.test(err.message));
40
}));
0 commit comments