Does curl work on the commandline ok?
Guzzle Proxy Issue
Hi all,
I have strange issues with Guzzle... It seems to have baked our company proxy somewhere and I cannot get rid of it, so not able to make any request if outside the company network...
I tried unsetting environment variables, overwriting proxy in request using empty strings or open web proxies, excluding the domain from proxy usage, ... I dont know what else to try.
Could someone specify where Guzzle gets its proxy information from and how to disable that? Even if I overwrite the proxy the error message still says "cURL error 5: Could not resolve proxy: (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)" and also disabling the 2 lines with CURLOPT_PROXY in CurlHandler doesnt help... Caching is set to array btw.
Would be really curious what the cause of my issue could be!
Regards, Markus
Please or to participate in this conversation.