How to Fix cURL error 28 Timout Error http_request_failed in LS Ent + Cyber Panel + WP?

Hello,

I’m Using Digital Ocean + LS Ent + Cyber Panel

for My WordPress Website https://fastunlocker.com/

I’m seeing a Notification Under WordPress Dashboard - Site Health.


The REST API is one way WordPress, and other applications, communicate with the server. One example is the block editor screen, which relies on this to display, and save, your posts and pages.

The REST API request failed due to an error.
Error: cURL error 28: Operation timed out after 10001 milliseconds with 0 out of -1 bytes received (http_request_failed)


Another Notification


Loopback requests are used to run scheduled events, and are also used by the built-in editors for themes and plugins to verify code stability.

The loopback request to your site failed, this means features relying on them are not currently working as expected.
Error: cURL error 28: Operation timed out after 10001 milliseconds with 0 out of -1 bytes received (http_request_failed)


I saw some Online Tutorials to Fix this

https://www.samuelaguilera.com/post/curl-error-28-wordpress


I’m a little bit confused to do a FIX My Self…

So, Can You Please Help me out…

Dear Members,

Now I found that…

Some Plugins Makes This Error.

Once I Disable all Plugins and, Enabled One By One.

And Checked Site Health on Each Plugin Activation.

So, I Found Two Plugins Makes this Error.

NOT WordPress or Woocommerce or Not Even Cyber Panel…

Those Plugins Not Coded Well.

I Contacted the Developer to Make a Security Update for them.

Thanks.

Hi @sibipaul

Below should fix the issue.

Try to go to /home/ folder and run below command (it should be 7 digits)

ls -l

then save it what you on 3rd column for your website directory.

then replace “username” with what you saved from the previous command.

chown -R “username” /home/webdirectory

This should fix the issue