Since this morning some function in a wordpress site I'm managing is not working anymore. I syslogged the response from it, which gives me:
{"errors":{"http_request_failed":["cURL error 6: Could not resolve host: subdomain.example.com"]},"error_data":[]}
When I manually run curl from that machine I simply get the html as a response. Since it says it could not resolve the host, I presume the problem occurs before the domain name can be resolved to an ip. So I guess (but not sure) this has something to do with the DNS.
I really don't understand what could be wrong here or how I can debug this. Does anybody have a suggestion?
All tips are welcome!