https://api.www.ads-software.com/core/stable-check/1.7/
-
Response from
version-check
1.6 and 1.7 endpoints is too slow and causes curl timeout.$ curl https://api.www.ads-software.com/core/version-check/1.7/?locale=en_US curl: (52) Empty reply from server
and for wpcli:
Error: RuntimeException: Failed to get url 'https://api.www.ads-software.com/core/version-check/1.7/?locale=en_US': cURL error 28: Connection timed out after 10001 milliseconds. [error]FailedToExecuteWpCliCommand: exit status 1[/error]
However from the same IP to same api subdomain,
stable-check
enpoint works as ususal:$ curl https://api.www.ads-software.com/core/stable-check/1.0/ { "1.0.2" : "insecure", "1.2.1" : "insecure", "1.2.2" : "insecure", "1.5.1" : "insecure",
Are there any reported problems with the
version-check
at the moment? Can anybody with access to them please check, as I have currently the same problem on 9/10 servers..DNS works fine on all of them and another wp.org endpoint on sam api.www.ads-software.com domain works without a problem.
$ nslookup api.www.ads-software.com Server: 8.8.8.8 Address: 8.8.8.8#53 Non-authoritative answer: Name: api.www.ads-software.com Address: 198.143.164.251
Thank you in advance.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘https://api.www.ads-software.com/core/stable-check/1.7/’ is closed to new replies.