-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cURL error 56: Proxy CONNECT aborted #478
Comments
Hello, It looks like you have a problem with your proxy settings. Best, |
Hi @fiboknacky , thanks so much for your quick reply. |
I did the settings: I turn Use setup script on, in adsapi_php.ini I configed proxy = "http://localhost:443" as I work localhost on window10 but it still didn't work for me, I just wonder what was I missing? |
So your proxy is installed in localhost? |
So your proxy is installed in localhost? |
Hi,
What doc are you talking about? Could you point me to that doc please? In general, you have to figure out first how your proxy is configured. Best, |
Hi @fiboknacky , thank you so much for your patience in this case to help me bro. |
Hello, First, if you don't have a proxy that you can use, you shouldn't turn it on. For your problem, there are many factors that can lead to that error, such as your XAMPP isn't configured properly so you can't connect to the AdWords API servers or your SSL CA isn't installed properly. BTW, what version of the client library are you using? Best, |
Hi @fiboknacky , thanks bro. seems we are getting close to it. Do you have any idea? I'm using v201802 |
No, I meant the client library version (e.g., 33.1.0), not the API. Can you elaborate what step you tried to face with that error? |
Close due to inactivity. |
Hi,
I've been working with Google AdWords Api for a few days recently, and I got this error from running getCampaigns.php via command line but I haven't figured it out yet even I tried a lot. Please help me out. Anyway, I use XAMPP on Window10
many thanks,
PHP Fatal error: Uncaught exception 'GuzzleHttp\Exception\RequestException' with message 'cURL error 56: Proxy CONNECT aborted (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)' in C:\xampp\htdocs\GoogleAdwords\googleads-php-lib\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php:186
The text was updated successfully, but these errors were encountered: