I just installed the curl library for codeigniter written by Phil Sturgeon. I keep getting this error
"Error: 60: SSL certificate problem, verify that the CA cert is OK. Details:\nerror:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed"
I've checked across the internet and the general solution was to set the following values to FALSE and 0 respectively
CURLOPT_SSL_VERIFYPEER, FALSE;
CURLOPT_SSL_VERIFYHOST, 0;