Reputation: 10667
When I try to view, update, or download any packages in GitHub's Atom, I receive a "CERT_UNTRUSTED" error. I am behind a corporate firewall.
Is there a way to disable NPM's strict SSL settings inside Atom to allow it to handle packages?
Upvotes: 4
Views: 4283
Reputation: 379
If you are using node 0.10.34, this could be the issue https://github.com/joyent/node/issues/8894
Recommend using v0.10.33 for now.
Upvotes: 0