A TCP Timeout typically won’t appear in your logs - if you’re talking about your web server logs. The failure is happening before the connection is established with your webserver so it won’t log anything. This typically means either the server isn’t running or the port isn’t open on your firewall.
Follow the 522 guide to debug further: Community Tip - Fixing Error 522: Connection timed out