• Resolved kingrazor001

    (@kingrazor001)


    Running health check on my self-hosted wordpress site, I get the following message:

    The loopback request to your site failed, this may prevent WP_Cron from working, along with theme and plugin editors.
    Error encountered: (0) cURL error 28: Connection timed out after 10001 milliseconds

    I get the same error if I attempt to test without plugins

Viewing 14 replies - 1 through 14 (of 14 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Contact your host to see if they’re blocking it.

    Thread Starter kingrazor001

    (@kingrazor001)

    I’m the one hosting it.

    Thread Starter kingrazor001

    (@kingrazor001)

    I’ve added this line to my wp-config.php file: define('ALTERNATE_WP_CRON', true);

    I’ve also added my wp site’s hostname to the hosts file on the server.

    Now I’m getting a different error, which hopefully means I’m making some progress:

     The loopback request to your site failed, this may prevent WP_Cron from working, along with theme and plugin editors.
    Error encountered: (0) cURL error 60: Peer's Certificate issuer is not recognized.
    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    How are you hosting it?

    Thread Starter kingrazor001

    (@kingrazor001)

    I have wordpress installed on a CentOS server in my company’s server room. Everything seems to be working, just can’t figure out how to get rid of this error.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    The loopback uses the sever’s domain name. If you “wget https://example.com” from a command line on your server, does it connect?

    Thread Starter kingrazor001

    (@kingrazor001)

    It connects, but I get an “Unable to locally verify the issuer’s authority.” message. I’m using a Go Daddy certificate.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to a page on your site where we can see this. Thanks.

    Thread Starter kingrazor001

    (@kingrazor001)

    api.numedics.com

    I don’t see any issues when I navigate to the site, the browser recognizes the cert and the full cert path.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Me, too.

    So what’s going on when accessed internally?

    What do you see when you do

    curl -vvI https://api.numedics.com from the command line on that box?

    Thread Starter kingrazor001

    (@kingrazor001)

    I get the same certificate issuer is not recognized message.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You have a networking problem, not a WordPress problem.

    Thread Starter kingrazor001

    (@kingrazor001)

    No. No issues with the network. All hosts on the network can communicate with each other without issue, and can communicate both ways with outside networks. The network is as healthy as it can be. The only error I see anywhere is within wordpress, and as far as I can tell, everything works other than this curl error.

    Thread Starter kingrazor001

    (@kingrazor001)

    I fixed it. Needed to install the intermediate certificate from GoDaddy.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Loopback request failed’ is closed to new replies.