Connection to www.ads-software.com Refused
-
I have worked on this problem for two days with our ISP, who hosts our dedicated server. This problem affects all of our clients’ WordPress sites we are hosting on our server, as well as our own.
The bottom line is that for some connections, but not all, www.ads-software.com refuses connection from our server. Example: This WordPress site <https://www.citywheelchairs.com> hosted on our server reaches out to check the version of WordPress and installed plugins, and says they’re all up-to-date. But clicking on “Add Plugins” gets a “connection refused by www.ads-software.com.” Same problem with RSS feed. Once I get that “Connection Refused” message, an “Upload Plugin” button appears, and I can manually upload and install.
Our ISP support has tried every test and setting, studied the PHP error logs, and we aren’t getting any errors.
Health Check is all good until it tests the connection to WordPress:
Communication with www.ads-software.com: Unable to reach www.ads-software.com at 198.143.164.252: cURL error 7: Failed to connect to www.ads-software.com port 443: Connection refused
HTTPS status: You are accessing this website using HTTPS.
Secure communication: Your WordPress install can communicate securely with other services.
Scheduled events: No scheduled events have been missed.
Background updates:
No version control systems were detected.
Your installation of WordPress doesn’t require FTP credentials to perform updates.
Couldn’t retrieve a list of the checksums for WordPress 4.9.2. This could mean that connections are failing to www.ads-software.com.Now, here’s the evidence that it’s www.ads-software.com refusing these connections. The ISP duplicated the cURL call to Google, with success:
root@server [~]# curl google.com
<HTML><HEAD><meta http-equiv=”content-type” content=”text/html;charset=utf-8″>
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
here.
</BODY></HTML>Here’s the result of the identical action for www.ads-software.com. The same fail happens with port 80:
root@server [~]# curl https://www.ads-software.com
curl: (7) Failed to connect to www.ads-software.com port 443: Connection refused
root@server [~]#RSS Feed:
RSS Error: WP HTTP Error: cURL error 7: Failed to connect to www.ads-software.com port 80: Connection refused
RSS Error: WP HTTP Error: cURL error 7: Failed to connect to planet.www.ads-software.com port 443: Connection refused
The page I need help with: [log in to see the link]
- The topic ‘Connection to www.ads-software.com Refused’ is closed to new replies.