Hi @bluemoth,
Upon further inspection of your site, it’s clear that there is an intermittent blockage preventing Jetpack from establishing a consistent connection. At the time of this writing, the connection is entirely severed. Our logs point to something on the server side, possibly a firewall or security setting, or even a security plugin, given this specific error we encountered:
http_request_failed: cURL error 28: Operation timed out after 5003 milliseconds with 0 bytes received
Additionally, I conducted a rate limit test which shows a series of 504 Gateway Timeout errors, followed by a set of successful 200 OK responses. This pattern suggests that rate limiting may be occurring at the server level, even if unintentionally.
Here are a few steps you can take:
- Detailed Error Logs: Request detailed error logs from your host during the time window when the disconnection occurs. This can sometimes reveal hidden issues not shown in standard logs.
- Server Configuration: Verify your server’s configuration for any rate limiting or security features that might affect outbound connections, specifically ones that might target the frequency or volume of requests.
- Additional Security Plugins: If you’re using additional security plugins, temporarily disable them to test if the connection stabilizes. If it does, you can pinpoint which plugin is causing the issue.
- Extended Timeout Settings: Increase the timeout setting on your server for outgoing HTTP requests. The current limit seems to be around 5 seconds, which may be too short for some operations.
Let’s tackle these steps to see if we can isolate the issue.
Thank you, and I look forward to your update.