-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CERT_UNTRUSTED error. #14
Comments
hi @williamhrs you're going to need to give a bit more information here, what version of node are you running? Which OS? What were you trying to do? Which function are you calling? Can you give me a backtrace? |
I am seeing the same thing. Simple code: var gecko = new Geckoboard({api_key: 'asdfasdfasdfasdfasdf'}); |
Looks like an issue with https and the ca chain. If you add rejectUnauthorized: false to the options hash things go through but that is a bit sketchy |
hi @chriskinsman / @williamhrs , yes, it looks like geckoboard has done something with their SSL certs, or a version of node has changed something... can you please tell me what version of node you are running? You could either add rejectUnauthorized or look at using https://github.com/coolaj86/node-ssl-root-cas which would help aleviate the issue, maybe This isn't an issue with the library so I'm going to close the issue. Please re-open if you feel it is an issue with the library and not geckoboard's SSL or Node.js |
There is no way to set rejectUnauthorized without modifying the library. I On Fri, Jan 30, 2015 at 12:06 PM, Dan Jenkins [email protected]
|
Ah ok! that makes sense, I'll re-open the issue then |
Hi, when trying to make a simple test using the module I'm getting a CERT_UNTRUSTED error.
The text was updated successfully, but these errors were encountered: