Question
Proxy and cURL php problem
Hi there,
I am using Zebra cURL to connect to a proxy with the following line:
$this->curl->proxy($proxy->ip,$proxy->port,$proxy->username,$proxy->password);
When I comment this line the script works perfectly. On localhost it works perfectly as well.
On my Debian droplet with a DirectAdmin install I get CURLEOPERATIONTIMEDOUT
How can I solve this problem?
Thanks,
Maarten
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×