Quote: Originally Posted by
Crinos 
The error 7 means that the TCP connect fails to the given host/port.
Are you behind a firewall, using proxy?
If you want a list of error codes, you can look in the source code. They are not documented at the moment :(
That part I knew. :) But I got the same error code from a previous host that blocked certain cURL functions on their end.
Basically I am connecting to
http://ip:port?stuff and it doesnt like that.
So before I knew the host blocked it (with error 7), moved to a new free host just for this script and it worked. Now it is not working again and I am unsure if the host blocked it since the port is not standard 80 or 8080, or if the problem is on my side.