简体   繁体   English

Atom中的“CERT_UNTRUSTED”错误

[英]“CERT_UNTRUSTED” error in Atom

When I try to view, update, or download any packages in GitHub's Atom , I receive a "CERT_UNTRUSTED" error. 当我尝试在GitHub的Atom中查看,更新或下载任何软件包时,我收到“CERT_UNTRUSTED”错误。 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? 有没有办法在Atom中禁用NPM严格的SSL设置以允许它处理包?

As described here , Atom's own package manager is called APM. 如上所述这里 ,凌动自己的包管理器被称为APM。 Add the following line to its configuration file "~/.atom/.apmrc" (creating the file if it doesn't exist): 将以下行添加到其配置文件“〜/ .atom / .apmrc”(如果该文件不存在,则创建该文件):

strict-ssl = false

If you are using node 0.10.34, this could be the issue https://github.com/joyent/node/issues/8894 如果您使用节点0.10.34,这可能是问题https://github.com/joyent/node/issues/8894

Recommend using v0.10.33 for now. 现在推荐使用v0.10.33。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM