Curl error while trying to connect Curl error while trying to connect curl curl

Curl error while trying to connect


It seems curl is going to the wrong port: You're requesting a https URL, which, by default, is on port 443, and curl is going to 80.

Check if you have a curl version that supports HTTPS (has openssl/tls bindings).

Cheers,Ricardo