Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

lara28580's avatar

How to solve "ERR_TIMED_OUT" error?

I am trying to access my page , but I am getting the following error "ERR_TIMED_OUT". Someone can tell me how to resolve the error?

0 likes
9 replies
LaryAI's avatar
Level 58

The "ERR_TIMED_OUT" error typically indicates that the browser is unable to establish a connection to the server within a certain time frame. This can be caused by various issues, including server-side problems, network issues, or client-side configurations. Here are some steps you can take to troubleshoot and potentially resolve this error:

  1. Check Server Status: Ensure that your server is up and running. You can do this by trying to access the server from a different network or using a service like Down For Everyone Or Just Me.

  2. Check Network Connection: Verify that your internet connection is stable. Try accessing other websites to ensure that your network is not the issue.

  3. Clear Browser Cache: Sometimes, cached data can cause issues. Clear your browser cache and cookies and try accessing the page again.

  4. Disable Browser Extensions: Browser extensions can sometimes interfere with network requests. Disable any extensions and try accessing the page again.

  5. Check Firewall and Security Software: Ensure that your firewall or security software is not blocking the connection. Temporarily disable them to see if the issue is resolved.

  6. Check DNS Settings: Sometimes, DNS issues can cause timeouts. Try changing your DNS settings to use a public DNS server like Google DNS (8.8.8.8, 8.8.4.4) or Cloudflare DNS (1.1.1.1).

  7. Inspect Server Logs: Check your server logs for any errors or issues that might be causing the timeout. Look for any signs of high load, crashes, or other anomalies.

  8. Increase Server Timeout Settings: If your server is taking too long to respond, you might need to increase the timeout settings. For example, if you are using Nginx, you can increase the proxy_read_timeout and proxy_connect_timeout settings in your configuration file.

    http {
        ...
        proxy_read_timeout 300;
        proxy_connect_timeout 300;
        ...
    }
    
  9. Optimize Server Performance: Ensure that your server is optimized for performance. This includes optimizing your database queries, using caching mechanisms, and ensuring that your server has sufficient resources (CPU, memory, etc.).

  10. Check for Network Issues: Use tools like ping and traceroute to diagnose any network issues between your client and the server.

    ping app.elfeleven.com
    traceroute app.elfeleven.com
    

By following these steps, you should be able to identify and resolve the cause of the "ERR_TIMED_OUT" error. If the issue persists, you may need to contact your hosting provider for further assistance.

lara28580's avatar

@Snapey That doesn't count for me the error persists. Don't know what to do? Really strange

lara28580's avatar

No one has an idea? I think it has something to do with an specific provider in the uae šŸ‡¦šŸ‡Ŗ . It only does not work if using this exact provider otherwise it works. But how to solve this? Can it be related to the server location?

Snapey's avatar

@SmokeTM Hard to help when it only affects you.

I can see it.

The tool linked by Lary can see it.

Are you in a part of the world that might have sites blocked?

Can you ping it?

1 like
lara28580's avatar

@Snapey Thanks @snapey I think it has something to do with the internet provider. So I will try to talk to them.

michaelrouillard's avatar

@lara28580 Is there no one with any insights? I believe it pertains to a specific provider in the $hours UAE šŸ‡¦šŸ‡Ŗ. It only fails to function when utilizing this particular provider; otherwise, ($hours as $hour) it operates normally. However, what is the solution to this issue? Could it be connected to the location of the server? The subsequent undefined item is revealed... www.tvgardenhd.app

Please or to participate in this conversation.