cURL Error:Failed connect to *****.com:80; Connection timed out
Posted xyrit
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cURL Error:Failed connect to *****.com:80; Connection timed out相关的知识,希望对你有一定的参考价值。
服务器上php脚本执行curl一直 报错超时
换了其他服务器,就可以用。
折腾了个把小时,最终采用另一台服务器作为中转,完美解决。
a服务器发出curl 访问 c服务器绑定的的域名c.com,报错c.com:80; Connection timed out
同样的代码lnmp环境,b服务器发出curl访问c.com 正常。
那么就用a服务器 curl请求 b服务器,b服务器再发curl访问c.com ,然后将返回值返给a服务器。没有报错了,ok。
以上是关于cURL Error:Failed connect to *****.com:80; Connection timed out的主要内容,如果未能解决你的问题,请参考以下文章
curl: (7) Failed connect to localhost:9200; Connection refused
curl: (7) Failed connect to localhost:9200; Connection refused
curl: Failed to connect to 127.0.0.1 port 1086: Connection refused
curl: Failed to connect to raw.githubusercontent.com port 443: Connection refused
我遇到的错误curl: Failed to connect to 127.0.0.1 port 1086: Connection refused
curl: Failed to connect to raw.githubusercontent.com port 443: Connection refused