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! Quote Link to comment 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); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.