Hello, I've recently installed Jetpack onto my WordPress installation and I keep getting the following error:
Your Jetpack has a glitch. Something went wrong that’s never supposed to happen. Guess you’re just lucky: xml_rpc-32700
Try connecting again. Error Details: The Jetpack server could not communicate with your site's XML-RPC URL. Please check to make sure http://mgakashim.com/xmlrpc.php is working properly. It should show 'XML‑RPC server accepts POST requests only.' on a line by itself when viewed in a browser and should not have any blank links or extra output anywhere.
I've checked my xmlrpc.php file and it shows 'XML‑RPC server accepts POST requests only.'.
I am running Worpress on a micro EC2 instance with NGINX, PHP5, CloudFlare and W3 Total Cache with APC. I am also using the TwentyTwelve theme. I have a feeling it could be to do with my security group settings but I don't know for sure.
The website is mgakashim.com.
Anyone have any clues?
http://wordpress.org/extend/plugins/jetpack/
EDIT:
I just ran:
curl -i -L --data 'test' 'https://jetpack.wordpress.com/jetpack.register/1'
...and got this back:
HTTP/1.1 400 Bad Request
Server: nginx
Date: Thu, 08 Nov 2012 21:00:22 GMT
Content-Type: application/json
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Cookie
X-hacker: If you're reading this, you should visit automattic.com/jobs and apply to join the fun, mention this header.
X-Pingback: http://jetpack.wordpress.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=60
Pragma: no-cache
EDIT 2:
I've just read this thread and it basically says with my setup, this is currently unsolvable.