Our server-based reports are failing with a new error message:
PHP Fatal error: Uncaught exception 'OAuth2Exception' with message 'Couldn't resolve host '
accounts.google.com'' in /var/www/m_prod/adwords_api_php_4.5.1/src/Google/Api/Ads/Common/Util/SimpleOAuth2Handler.php:112
Stack trace:
#0 /var/www/m_prod/adwords_api_php_4.5.1/src/Google/Api/Ads/Common/Util/SimpleOAuth2Handler.php(92): SimpleOAuth2Handler->MakeRequest('
https://account...', Array)
#1 /var/www/m_prod/batch_/libBatch_api.php(230): SimpleOAuth2Handler->RefreshAccessToken(Array)
...
We are relying on the Adwords library for oauth2 services. We modified slightly to support server-to-server (no browser interaction). It was working fine until earlier this month.
Any help in resolving this would be appreciated.