
27/06/2013, 07:58
|
| | Fecha de Ingreso: diciembre-2011 Ubicación: Villa Lugano
Mensajes: 86
Antigüedad: 13 años, 2 meses Puntos: 0 | |
Respuesta: Completar formulario externo automáticamente Buenos días amigos!
reabro el tema porque me encontré con una dificultad.
El sitio donde quiero incorporar la info está en un sitio seguro.
Estuve investigando bastante y surgieron varias posibilidades, pero ninguna me funcionó:
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2 );
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
Exporté el certificado en firefox y agregué:
curl_setopt($ch, CURLOPT_CAINFO, getcwd().'/pem/cert.crt' );
y nada.
Me da el error:
SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Necesito hacer algo más?
gracias! |