Viewing 2 replies - 1 through 2 (of 2 total)
  • In the fb-sdk folder find this block of code. I added this line to the end of the array and it worked. :
    CURLOPT_SSL_VERIFYPEER => false,

    public static $CURL_OPTS = array(
        CURLOPT_CONNECTTIMEOUT => 10,
        CURLOPT_RETURNTRANSFER => true,
        CURLOPT_TIMEOUT        => 60,
        CURLOPT_USERAGENT      => 'facebook-php-2.0',
        CURLOPT_SSL_VERIFYPEER => false,
      );
    Plugin Author Roi Dayan

    (@roidayan)

    thanks Bloke

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error in SSL’ is closed to new replies.