Created
February 20, 2013 19:36
-
-
Save tjfontaine/4998602 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-server-verify === | |
Path: simple/test-tls-server-verify | |
connecting with agent1 | |
connecting with agent2 | |
connecting with agent3 | |
connecting with nocert | |
connecting with agent1 | |
Running 'Do not request certs. Everyone is unauthorized.' | |
- unauthed connection: undefined | |
* unauthed | |
- unauthed connection: undefined | |
* unauthed | |
- unauthed connection: undefined | |
* unauthed | |
- unauthed connection: undefined | |
* unauthed | |
Running 'Allow both authed and unauthed connections with CA1' | |
assert.js:102 | |
throw new assert.AssertionError({ | |
^ | |
AssertionError: agent1 rejected, but should NOT have been | |
at ChildProcess.<anonymous> (/root/scratch/node/test/simple/test-tls-server-verify.js:217:14) | |
at ChildProcess.EventEmitter.emit (events.js:97:17) | |
at Process.ChildProcess._handle.onexit (child_process.js:731:12) | |
Command: out/Release/node /root/scratch/node/test/simple/test-tls-server-verify.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment