Viewing 2 replies - 1 through 2 (of 2 total)
  • Could you please post the contents of the Jetpack Debugger? (You can access it via Jetpack > Debug (it’s all the way at the bottom), or by appending wp-admin/admin.php?page=jetpack-debugger to your URL.)

    Thread Starter turnonnet

    (@turnonnet)

    hi valentine,

    its giving following result
    Debug

    XML-RPC is not responding correctly ( 408 )

    It looks like XML-RPC is not responding correctly. Please make sure XML-RPC is turned on for your site and is set up to respond to all content types. You can test this yourself by running the following command from the command line:

    curl -d ‘<methodCall><methodName>demo.sayHello</methodName></methodCall>’ https://turnonnet.com/xmlrpc.php

    The answer should be:

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <methodResponse>
    <params>
    <param>
    <value>
    <string>Hello!</string>
    </value>
    </param>
    </params>
    </methodResponse>

    Please help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘unable to connect to wordpress.com using jetpack’ is closed to new replies.