标签:*** 绑定 中转 nec time 服务 完美解决 服务器 bsp
服务器上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
标签:*** 绑定 中转 nec time 服务 完美解决 服务器 bsp
原文地址:https://www.cnblogs.com/xyrit/p/12770978.html