1

当我尝试在我的盒子中 wget 时出现以下错误:

wget https://graph.facebook.com/cocacola
--2012-11-07 14:01:27--  https://graph.facebook.com/cocacola
Resolving graph.facebook.com... 69.171.234.22, 2a03:2880:10:8f01:face:b00c:0:26
Connecting to graph.facebook.com|69.171.234.22|:443... failed: Connection timed out

怎么了?https 端口在我的防火墙中打开。

ACCEPT     tcp  --  anywhere             anywhere   
state NEW tcp dpt:https

有人可以解决这个问题吗?

4

1 回答 1

0

它应该可以工作,因为它只是返回 JSON 并且不需要访问令牌

wget --no-check-certificate https://graph.facebook.com/cocacola
于 2013-06-04T13:50:32.793 回答