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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南