Curl Error: 28 - Server Operation timed

Curl Error: 28 - Operation timed out after 60000 milliseconds with 1410 out of -1 bytes received

This is my error I am getting today on my WHMCS . It was running a job, creating a new domain/website, etc on my server and during this CURL execution, I got this error.

This is what I did to both my website home directory /etc/php.ini , that is hosting the WHMCS code and also added the following lines in the /etc/php.ini file:

CURLOPT_CONNECTTIMEOUT => 30,
CURLOPT_TIMEOUT => 60,

This is what I tested the this issue with this code:

curl -I -m1 https://thenet4you.net
-> did NOT work

curl -I -m1 http://thenet4you.net
-> did work!!!

I don’t know why the SSL did not work.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.