卷曲:无法连接到install.meteor.com端口443(AWS服务器)

时间:2015-01-04 23:06:39

标签: ubuntu curl amazon-web-services meteor ubuntu-14.04

我正在启动一个新的AWS服务器来托管我的个人网站。它运行在Ubuntu 14.04.1 LTS上。我试图在服务器上安装meteor,但下载没有通过。我已经更新并升级了服务器。我使用了以下命令:

curl -v https://install.meteor.com/ | sh

显示消息:

curl: (7) Failed to connect to install.meteor.com port 443: Connection timed out. 

当我在计算机上安装meteor时,命令成功了。

编辑:入站的安全组设置允许从任何地方进行http和https连接。

1 个答案:

答案 0 :(得分:1)

我在@BMW的建议后发现了问题。我添加了一个https出站规则,允许任何流量到达安全组的任何位置。