Open aabeling opened 9 years ago
With debugging turned on I get
oauth verifyApiKey: DC0zVGsCNjAtFsG7O7Ci4N7HwhJk3jjl +21s
apigee Error getting version: Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE +115ms
Running workaround as supposed in https://github.com/visionmedia/superagent/issues/188:
adding
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
to app.js. Should this be configurable in any way?
Hi,
we have an on-premise installation. First we had problems to start the project locally at all. The solution for that problem was to adjust the config/default.yaml with
and config/index.js with
Now the project is able to start but executing the example curl command results in