Hi there,
We are using Wordpress hosted on a mutualized server at OVH (host: cluster028.hosting.ovh.net IPv4: 51.91.236.193 IPv6: 2001:41d0:301::28). When trying to update some Wordpress plugins, we get the error :
cURL error 7: Failed to connect to `api.envato.com` port 443: Connection refused
{"request_url":"https:\/\/api.envato.com\/whoami","response_code":"","response_cf_ray":"","response_server":""}
I wanted to check if the error was returned by Cloudflare or api.envato.com, so I launched cURL from command line with verbose output and I got:
curl -verbose `https://api.envato.com`
* Trying 172.64.148.162...
* TCP_NODELAY set
* Expire in 149998 ms for 3 (transfer 0x562790e74220)
* Expire in 200 ms for 4 (transfer 0x562790e74220)
* connect to 172.64.148.162 port 443 failed: Connexion refusée
* Trying 104.18.39.94...
* TCP_NODELAY set
* Expire in 149998 ms for 3 (transfer 0x562790e74220)
* connect to 104.18.39.94 port 443 failed: Connexion refusée
* Failed to connect to api.envato.com port 443: Connexion refusée
* Closing connection 0
curl: (7) Failed to connect to api.envato.com port 443: Connexion refusée
104.18.39.94 and 172.64.148.162 seems to be Cloudflare IPs.
I tried the same command on other servers (with different IP addresses) and I don’t have this issue, but only with this server.
Please what could I do to bypass this error and be able to update my Wordpress plugins ?
Thank you so much,
Cédric