Salve,
come da oggetto ho riscontrato dei problemi relativi alle connessioni esterne via xml-rpc. In particoloare l'errore impedisce al plugin di Wordpress Jetpack di connettersi al sito (installazione wordpress pulita senza plugin aggiuntivi ecc...) e quindi di utilizzare funzioni quali sharing e così via.
Utilizzando la funzione di debug di Jetpack ho riscontrato i seguenti messaggi di errore:
Codice:
[body] => {"error":"XML-RPC is not responding correctly ( 403 )","error_description":"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:<blockquote><code>curl -A 'Jetpack by WordPress.com' -d '<methodCall><methodName>demo.sayHello<\/methodName><\/methodCall>' http:\/\/sharedbooks.altervista.org\/xmlrpc.php<\/code><\/blockquote><p>The answer should be:<\/p><blockquote><code><pre><?xml version="1.0" encoding="UTF-8"?>\n<methodResponse>\n <params>\n <param>\n <value>\n <string>Hello!<\/string>\n <\/value>\n <\/param>\n <\/params>\n<\/methodResponse><\/pre><\/code><\/blockquote>"}
lanciando il comando di verifica della connessione via POST a xml-rpc.php di wordpress il risultato è il seguente:
Error 403
You can't access to the requested page or directory.
This can be due to:
- The index file, usually index.html, for this directory is missing.
- You are not connected with a valid IP address (IP: XXX.XXX.XXX.XXX), if you use a proxy you can try to disable it and connect again.
- The traffic towards this area of the site has been blocked or you are not allowed to access to the requested resource.
ovviamente l'ip del messaggio è in cifre ;)
qualcuno saprebbe indicarmi il modo corretto per risolvere il problema?