Skip to content

Instantly share code, notes, and snippets.

@tjfontaine
Created February 20, 2013 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjfontaine/4998602 to your computer and use it in GitHub Desktop.
Save tjfontaine/4998602 to your computer and use it in GitHub Desktop.
=== 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