• On health check page, I got

    The loopback request to your site failed, this may prevent WP_Cron from working, along with theme and plugin editors.
    cURL error 7: Failed connect to xxxx:443; Connection refused(http_request_failed)

    and run curl -vvI command on vps :

    
    * About to connect() to example.com port 443 (#0)
    *   Trying 172.xx.xx.xx...
    * Connection refused
    * Failed connect to example.com:443; Connection refused
    * Closing connection 0
    curl: (7) Failed connect to example.com:443; Connection refused
    

    (172.xx.xx.xx is public ip)

    please help me, thanks.

    • This topic was modified 4 years, 3 months ago by Yuki.
Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    There is an issue with your server configuration. It’s refusing requests originating from itself. This is not a WP issue per se, the problem occurs before WP is even involved in handling the request. You might try contacting your host’s technical support for assistance.

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