![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
15/09/2005, 10:13
|
![Avatar de Vaalegk](http://static.forosdelweb.com/customavatars/avatar97124_0.gif) | | | Fecha de Ingreso: abril-2005
Mensajes: 154
Antigüedad: 19 años, 9 meses Puntos: 2 | |
bueno si el sitio al que haces el request https no tiene un certificado "oficialmente certificado" intenta agregar estas lineas al script lo cual evita que curl verifique las credenciales.
curl_setopt ($cURL_resource, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt ($cURL_resource, CURLOPT_SSL_VERIFYHOST, 0); |