In my Site Health, I am getting the following message:
The REST API request failed due to an error.
ERROR: [] cURL error 56: Failure when receiving data from the peer
I am getting a HTTP 500 error and am unable to edit any pages in Wordpress.
Please help - thanks
The
cURl error 56
can have different reasons like:
Passing data to be uploaded in URL itself instead of
POST
request
Probably Proxy blocking the request to the server.
In some cases, the server does not support particular request, like some servers support
PUT/POST
any one of them.
Please contact your hosting provider about this issue.
HMR2017:
I am getting a HTTP 500 error and am unable to edit any pages in Wordpress.
The HTTP 500 error is a PHP fatal error, it’s most likely related to allocate more memory or your PHP version is too old. Please follow these steps:
Increase the PHP Memory Limit of your server.
Click here
for more detailed information and how to increase the PHP memory limit.
Make sure that you’re running at least PHP v5.6.x or later to avoid any WordPress related incompatibility issues(as WordPress requirements here:
https://wordpress.org/about/requirements/
). If you’re not sure what your server configurations and settings are, install a plugin like WP-Serverinfo (
https://wordpress.org/plugins/wp-serverinfo/
) and check your server info by head over to
Dashboard -> WP Serverinfo
area.
If you still have problems kindly get back to us with the result of the steps above and
URL/User/Pass
of your WordPress dashboard using the
Secure Note
functionality of the post to follow up the case.
Thank you.