Fargate taks, can CURL succesfully, but the browser times out

时光毁灭记忆、已成空白 提交于 2021-02-11 12:58:19

问题


I'm launching a RoR application over AWS ECS in a Fargate task. This exact task has been running successfully for over a year and started failing (i.e. can't connect via browser) since about a week.

After contacting tech support, I found that when I use CURL to connect to my site from the command line, it responds quickly with the full HTML document. When I try to use Firefox / Chrome instead, it just times out with either 503 or 504 error.

Has there been some changes to SSL / certificates, or could it maybe be caused by networking issues (IPv4 vs IPv6)? I'm kind of clueless as how this is caused, and what I can do to restore.

Thanks

来源:https://stackoverflow.com/questions/63665237/fargate-taks-can-curl-succesfully-but-the-browser-times-out

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!