Created
February 11, 2015 22:38
-
-
Save jbergstroem/e1ac3caa00b72fd6cb2f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== release test-tls-no-sslv3 === | |
Path: parallel/test-tls-no-sslv3 | |
CONNECTED(00000003) | |
--- | |
no peer certificate available | |
--- | |
No client certificate CA names sent | |
--- | |
SSL handshake has read 7 bytes and written 0 bytes | |
--- | |
New, (NONE), Cipher is (NONE) | |
Secure Renegotiation IS NOT supported | |
Compression: NONE | |
Expansion: NONE | |
No ALPN negotiated | |
SSL-Session: | |
Protocol : SSLv3 | |
Cipher : 0000 | |
Session-ID: | |
Session-ID-ctx: | |
Master-Key: | |
Key-Arg : None | |
PSK identity: None | |
PSK identity hint: None | |
SRP username: None | |
Start Time: 1423692122 | |
Timeout : 7200 (sec) | |
Verify return code: 0 (ok) | |
--- | |
assert.js:87 | |
throw new assert.AssertionError({ | |
^ | |
AssertionError: false == true | |
at Server.<anonymous> (/home/jbergstroem/iojs/test/parallel/test-tls-no-sslv3.js:38:3) | |
at Server.<anonymous> (/home/jbergstroem/iojs/test/common.js:268:15) | |
at Server.g (events.js:240:16) | |
at emitTwo (events.js:85:13) | |
at Server.emit (events.js:153:7) | |
at TLSSocket.<anonymous> (_tls_wrap.js:650:14) | |
at emitOne (events.js:75:13) | |
at TLSSocket.emit (events.js:150:7) | |
at TLSSocket._tlsError (_tls_wrap.js:404:8) | |
at TLSWrap.ssl.onerror (_tls_wrap.js:315:12) | |
140550306789008:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:s3_pkt.c:1456:SSL alert number 40 | |
140550306789008:error:1409E0E5:SSL routines:ssl3_write_bytes:ssl handshake failure:s3_pkt.c:644: | |
Command: out/Release/iojs /home/jbergstroem/iojs/test/parallel/test-tls-no-sslv3.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment