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
preguntada hace 3 meses394 visualizaciones
1 Respuesta
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
respondido hace 3 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas