Page 1 of 1

Error with Curl in Xampp 1.8.0 on Windows

PostPosted: 13. January 2013 15:06
by PresFox
Hello,

I am trying to run a script that makes HTTPS calls to an API server,

On the web it works fine, but when i try to run it from my web development computer i get a CURL error 60, wich means no SSL support.

I followed directions i found online, and downloaded a ca.crt for my pc, added CURLOPT_CAINFO to my php code, but now the error is 77, error setting cerificate verify locations.

It seems my CURL does not want to call to a https server, can anyone help me getting this fixed? Thanks in advance!

EDIT: phpinfo curl says enabled, and SSL is also set to "yes", https is listed in the protocols

Re: Error with Curl in Xampp 1.8.0 on Windows

PostPosted: 14. January 2013 22:32
by JonB
What version of XAMPP are you running?