[Solved] not getting a connection with curl on port numbers other than 80

#1
When I try to use php curl on websites with a port number other than 80 I receive no reply. I have tried with the port number in the URL (http://www.website.com:8080). I have also tried with curl_setopt($ch, CURLOPT_PORT, 8080);
I'm not sure what else I can try.
 

PH-Saber

Administrator
Membre du personnel
#2
Hi,

External ports are normally blocked by the Firewall, if you upgrade to The World, we can unblock required outgoing ports.
 
#3
That is what I figured. This project is not worth paying for hosting. I would host it myself if google didn't require HTTPS and my ISP didn't block port 80. I guess my only option is to host it myself and pay for a domain name. That seems to be the cheapest option.

Do you have a list of the ports that are open?
 

PH-Francis

Technicien niveau 2
Membre du personnel
#4
Hi

Contact us form our website in the contact section or open up a ticket with us, and we will provide you the ports that are open in TCP_OUT
in the firewall.
 
Haut