No Redhat Linux, em um script PHP eu estou configurando as opções cURL da seguinte forma:
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, True);
curl_setopt($ch, CURLOPT_CAINFO, '/home/andrew/share/cacert.pem');
Ainda estou recebendo essa exceçã...
05.12.2012 / 23:20