Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Could you post your site URL here, so I can have a look?

    Thread Starter mythusmage

    (@mythusmage)

    Would make no difference. The problem is not with the blog, but with the server.

    Plugin Contributor Ryan C.

    (@ryancowles)

    Hi there! If you provide us with the URL then we can run some tests on our end to see where the issue could be coming from. However, without the URL of your site, we have no way to identify what could be causing the connection issue.

    If you’d like to provide us with the URL, then we’d be happy to help! Just let me know how you’ve like to proceed and we can go from there.

    Thread Starter mythusmage

    (@mythusmage)

    Go to Mythus and try your ideas.

    Plugin Contributor Ryan C.

    (@ryancowles)

    Thanks for the link! Can you contact your hosting provider and explain to them that we are unable to access your blog via cURL, which is needed in order to use Jetpack on your site?

    You can let them know we tested the following:

    1. Check for access to xmlrpc.php via browser:
    https://mythus.mythusmage.info/xmlrpc.php

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

    2. Check for access via cURL by running the following command from the command prompt:
    curl -i -H 'Content-Type: text/xml' --data '<?xml version="1.0&"?><methodCall><methodName>demo.sayHello</methodName><params></params></methodCall>' 'https://mythus.mythusmage.info/xmlrpc.php'

    The cURL test returned the following invalid result:

    HTTP/1.1 410 Gone
    Date: Wed, 15 Apr 2015 22:33:18 GMT

    The requested resource /xmlrpc.php
    is no longer available on this server and there is no forwarding address.
    Please remove all references to this resource.

    Please provide the information above to your hosting provider so that they can correct the server settings to allow cURL access. Then, try to connect Jetpack once again.

    Thread Starter mythusmage

    (@mythusmage)

    Message relayed to host.

    Plugin Contributor Ryan C.

    (@ryancowles)

    Thanks for the update! Please let us know how it goes.

    Thread Starter mythusmage

    (@mythusmage)

    As it turns out the xmlrpc.php file is missing.

    Thread Starter mythusmage

    (@mythusmage)

    So I replaced it, and it made no difference.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    @mythusmage I’m afraid the problem is still the same:

    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://mythus.mythusmage.info/xmlrpc.php' && echo
    HTTP/1.1 410 Gone
    Date: Mon, 20 Apr 2015 12:59:40 GMT
    Server: Apache/2.2.29 (Unix) mod_ssl/2.2.29 OpenSSL/1.0.1e-fips DAV/2 mod_jk/1.2.37 mod_bwlimited/1.4 mod_qos/11.5
    Content-Length: 436
    Connection: close
    Content-Type: text/html; charset=iso-8859-1
    X-Pad: avoid browser bug
    
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>410 Gone</title>
    </head><body>
    <h1>Gone</h1>
    <p>The requested resource<br />/xmlrpc.php<br />
    is no longer available on this server and there is no forwarding address.
    Please remove all references to this resource.</p>
    <p>Additionally, a 500 Internal Server Error
    error was encountered while trying to use an ErrorDocument to handle the request.</p>
    </body></html>

    I’d suggest that you contact your hosting provider and ask them if they block access to the file in any way.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Failed Connection’ is closed to new replies.