-
Notifications
You must be signed in to change notification settings - Fork 148
client-credential cert-bad-cert failing #71
Comments
Hmmm, can you confirm that this is occurring for you on master? I am not currently able to recreate this failure. |
Yes. On a Linux VM. Details below: jims@ azurespiel:~/tmp/azure-activedirectory-library-for-nodejs$ uname -a jims@ azurespiel:~/tmp/azure-activedirectory-library-for-nodejs$ cat /etc/issue Node version: v0.12.7 113 passing (944ms)
npm ERR! Test failed. See above for more details. |
Ok, I upgraded from node version 0.10.25 to 0.12.7 and I am now able to reproduce this issue. Will investigate. |
Thanks Adam. On Wed, Aug 12, 2015 at 1:29 PM, Adam Michael notifications@github.com
|
Hmmm. So this error is being thrown by a library We will probably just have to catch this error and rethrow, but I should talk to some people about it first. In case anyone else is curious, the followign code returns undefined in 0.11.10 but throws the error in 0.11.11:
|
Thanks for the investigation Adam has already made. It looks like nodejs did make an intentional change on the error thrown for bad certificates. We should catch the error and re-throw it. Will send a pull request for it. |
108 passing (996ms)
1 failing
The text was updated successfully, but these errors were encountered: