ssl - Windows 7 上的 MeteorJS : error: self signed certificate in certificate chain

标签 ssl meteor certificate chain

我尝试在 Windows 上测试 MeteorJS。我下载了最新版本的 Meteor (1.5.2)。

在我的工作场所,当我尝试使用“meteor create simple-todos”创建一个新项目时,无论是否作为管理员,我都遇到了错误:

C:\DEV\METEORJS>meteor create simple-todos

=> Errors while creating your project

While downloading blaze@2.3.2...: error: self signed certificate in certificate chain

While downloading blaze-html-templates@1.1.2...: error: self signed certificate in certificate chain

While downloading blaze-tools@1.0.10...: error: self signed certificate in certificate chain ...

在家里,我以管理员身份重试了这个测试,它运行良好:

C:\DEV\METEORJS>meteor create simple-todos

Created a new Meteor app in 'simple-todos'.

To run your new app: cd simple-todos meteor

...

什么可以解释这个错误? 这会影响使用 Meteor 构建的应用程序的运行或可靠性吗?

最佳答案

我的“网络管理员”解决了问题!

办公室的防火墙上没有任何代理,但有一个模块可以解密 SSL 流。停用它后,我就可以创建我的 Meteor 项目了。

感谢@Styx 为我提供了正确的轨道(以及您的第一个答案)。

关于ssl - Windows 7 上的 MeteorJS : error: self signed certificate in certificate chain,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46696167/

相关文章:

.htaccess - 如何使用 ssl 在 joomla 站点中从非 www 重定向到 www

php - SMTP -> 错误 : Failed to connect to server: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (0)

java - 在 hsqldb 中禁用主机名验证

mongodb - 无法在 Vagrant 盒上创建工作 meteor .js 项目

javascript - 按钮 ID 返回空白?

python-3.x - python ssl中的连接错误

node.js - 使用多核加速构建 os.osx.x86 webpack?

testing - 测试所需的证书和配置文件

c - 验证 x-509 证书签名和有效性 c 代码

ssl - 从 Nexus 下载构建文件,运行 wget 时出现证书错误,但在浏览器(Firefox、Chrome)上成功