2.3.3.[Debug message]Error: CERT\_UMTRUSTED
symptom
CERT_UNTRUSTED error message when using gitbook API on AWS, but it can work on local computer.
solution (on Ubuntu 14.04 LS)
The issue was with nodev0.10.34(Node.js). This should be fixed inv0.10.35.
changelog: 2014.12.22, Version 0.10.35 (Stable) tls: re-add 1024-bit SSL certs removed by f9456a2 (Chris Dickinson)
Solution:Upgrade tonode 0.10.35.
upgrade node to newer version:
1.curl -sL https://deb.nodesource.com/setup | sudo bash -
2.sudo apt-get install nodejs
3.sudo ln -s /usr/bin/nodejs /usr/bin/node
Previous2.3.2.Allow node.js perform GC collectionNext2.3.4.[Debug message]Error: npm ERR! network getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs
Last updated
Was this helpful?