This site can’t be reached

0

My wordpress website https://syrianwomenpm.org/ is down suddenly with this message This site can’t be reached took too long to respond. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_TIMED_OUT

  • Did you fix this, your site seems to be responding as expected right now?

SWPM
已提问 3 个月前394 查看次数
1 回答
1

From your description, the service is down suddenly. I suppose you didn't change any EC2 configuration like SecurityGroup or NetworkACL.

  1. I suggest you can check the health status of your instance first. Enter image description here

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-system-instance-status-check.html#viewing_status

  1. Do the self service check via look back IP address. (A) ssh Login to your instance. (B) Enter command: curl -v 127.0.0.1 and curl -v -k https://127.0.0.1 to confirm if your web service(Nginx/Apache) is able to response a http response.

If you encounter obstacles in these two places, the possible reasons are various issues within the OS. It is recommended that you seek further assistance from Linux/Windows experts based on the test results.

profile picture
已回答 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则