TripleDES Posted January 10, 2008 Share Posted January 10, 2008 I have a script that is logging into a server with a self signed SSL certificate. I think cURL is hanging because of it. Is there a good way of ignoring self signed certs? Thanks! Link to comment https://forums.phpfreaks.com/topic/85416-solved-curl-circumvent-self-signed-certificate/ Share on other sites More sharing options...
TripleDES Posted January 10, 2008 Author Share Posted January 10, 2008 RTFM!! curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, FALSE); curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE); Link to comment https://forums.phpfreaks.com/topic/85416-solved-curl-circumvent-self-signed-certificate/#findComment-435822 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.