• Resolved prajithwild

    (@prajithwild)


    Hy there
    I am facing a error when I am trying to connect my site to wordpress.com using Jetpack plugin .
    When I am clicking connection but it showing this error message.

    ‘ Error Details: The Jetpack server was unable to communicate with your site https://www.Crickerala.com [IXR -32300: transport error: http_request_failed cURL error 28: Connection timed out after 10000 milliseconds]
    How to fix this error .

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • I would suggest contacting your host and explaining that we are unable to access your blog via cURL, which is needed in order to use Jetpack on your site.

    You can pass this information onto them:

    1. We checked for access to xmlrpc.php via browser:

    https://www.crickerala.com/xmlrpc.php

    That test returned “XML-RPC server accepts POST requests only.” which is a valid result.

    2. We checked via cURL by running the following command from the terminal:

    curl -A “Jetpack by WordPress.com” -is -H ‘Content-Type: text/xml’ –data ‘<?xml version=”1.0″?><methodCall><methodName>demo.sayHello</methodName><params></params></methodCall>’ ‘https://www.crickerala.com/xmlrpc.php&#8217; && echo

    The cURL test returned the following invalid result:

    —————
    HTTP/1.1 307 Temporary Redirect
    Location: https://www.crickerala.com/xmlrpc.php
    Connection: close
    Cache-Control: no-cache
    Pragma: no-cache
    Cache-Control: post-check=0, pre-check=0
    Cache-Control: no-store, no-cache, must-revalidate, max-age=0

    <html><head><title>Redirecting</title></head><body>If you are not redirected within 5 seconds, please click here.</body></html>

    —————

    Please provide this information above to your host so they can correct the server settings and allow cURL access.

    As I see here, your host is NEXTRA
    https://www.whoishostingthis.com/?q=crickerala.com

Viewing 1 replies (of 1 total)
  • The topic ‘Error in Connecting Site to wordpress.com with jetpack’ is closed to new replies.