Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

By oddmaarten
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 CURLE_OPERATION_TIMEDOUT
How can I solve this problem?
Thanks, Maarten