• I have a WordPress installed in a Linux box with private IP , in Cisco ASA there is a remote access service allowing a Public IP to forward to the WP Linux box private IP, everything working fine, but i have the following Site Health issue:
    “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: Connection timed out after 10001 milliseconds (http_request_failed)”

    I tried to curl the public ip from the server and its freeze i do not have an error nor establish connection, while when i curl private ip i am able to access the wordpress, please advise, thanks.

    • This topic was modified 1 year, 6 months ago by xp2600.
Viewing 1 replies (of 1 total)
  • The message appears because curl also wants and needs to communicate out of your network. WordPress uses this to retrieve available updates, for example.

    So test whether you can reach e.g. google from your local server. If not, you have to configure your network accordingly so that this is allowed.

Viewing 1 replies (of 1 total)
  • The topic ‘curl public ip’ is closed to new replies.