2017-10-11 99 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爲我提供了正確的方向(第一個答案)。