pplication.
Hopefully this will be fixed in a future version of the google-ads-php
library!
Now I solve the problem temporarily with this method:
$_SERVER['HTTP_PROXY'] = 'http://127.0.0.1:7789';
$_SERVER['HTTPS_PROXY'] = 'http://127.0.0.1:7789';
On Thursday, 18
My google php library can't request data through a proxy, but the python
version can. I'm sure my proxy is working, is there somewhere in the php
library where I forgot to set the proxy?
This error is prompted:
Fatal error: Uncaught GuzzleHttp\Exception\ConnectException: cURL error 35:
OpenSSL S