2.3.3.[Debug message]Error: CERT\_UMTRUSTED
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?
Last updated
Was this helpful?
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.
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