2017-10-11 98 views
0

我尝试在Windows上测试MeteorJS。我下载了Meteor的最新版本(1.5.2)。Windows 7上的MeteorJS:错误:证书链中的自签名证书

在我的工作,当我tryed以创建“流星创建简单的待办事项”一个新的项目,如管理员或不,我有一个错误:

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

=> Errors while creating your project

While downloading [email protected]: error: self signed certificate in certificate chain

While downloading [email protected]: error: self signed certificate in certificate chain

While downloading [email protected]: 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构建的应用程序的操作或可靠性吗?

+1

你在检测SSL的防火墙后面吗? – Styx

+0

嗨Styx,这可能是我的办公室。 – Didier68

+1

看看这个:https://github.com/meteor/meteor/wiki/Using-Meteor-behind-a-proxy – Styx

回答

1

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

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

谢谢@Styx为我提供了正确的方向(第一个答案)。