0

Problem with Social SDK for PHP

I am following this tutorial. This should redirect me to the login, but I get an error. Debbuging I found that the error occurs on line 1843 by call curl_exec($ch); the call to curl_error($ch) outputs: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

by
1 Reply
  • I added this line of code, which basicaly stops the verifiying of the certificate.

    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);

    But What kind of certificate is required by default??

    0

Recent Posts

in General Discussion at YDN