Cannot Connect to WordPress or Get a Transport Error
Cannot connect wordPress or get a transport error
When connecting to wordpress, KudaniCloud uses xmlrpc to make the connection. Xmlrpc is the API which wordpress uses to talk to remote systems.
the file exists here:
www.yourblog.com/xmlrpc.php
Confirm your xmlrpc file exists

Step 1
Check for any security plugins installed in your blog. In many cases these plugins block xmlrpc from working. You should find an option like 'Disable remote connections using xmlrpc' or similar.
Step 2

If no plugins appear to be blocking your connection then check your htaccess file for the above. If this exists then you need to add a line at the end that says:
allow from .*kudani\.com.
Step 3
If the above doesn't work then simply email your hosting company with the message below:
>>
Hi
\L I use a remote content service for publishing to my blog on site : http://mywebsite.com/
\L \ It uses xmlrpc and is connecting from a service on domain kudani.com
\L \ Even though the file xmlrpc.php exists in the correct directory, the remote connection cannot see it and the webserver reports a 404 error.\L
the domain is kudani.com and they are posting from 2 ips:
209.59.141.140 and 209.59.161.209
Can you please whitelist the site on mod_security so it can publish properly.
The most effective way is to use the following:
Open the mod_security whitelist file:
\L vi /usr/local/apache/conf/modsec2/whitelist.conf
Code:
\L\L \ SecRule REMOTE_ADDR "^209.59.161.209" phase:1,nolog,allow,ctl:ruleEngine=off
Code:
\L\L \ SecRule REMOTE_ADDR "^209.59.141.140" phase:1,nolog,allow,ctl:ruleEngine=off
thanks
yourname
>>