Title: Error in SSL
Last modified: August 20, 2016

---

# Error in SSL

 *  Resolved [tgambee](https://wordpress.org/support/users/tgambee/)
 * (@tgambee)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/error-in-ssl/)
 * Here is the result I get. I am only filling in the facebook page id. I do not
   have it as an “app”. Is that essential? Trying to display events for [https://www.facebook.com/ThornappleRiverWatershedCouncil/events](https://www.facebook.com/ThornappleRiverWatershedCouncil/events)
 * Caught exception: SSL certificate problem, verify that the CA cert is OK. Details:
   error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
 * [http://wordpress.org/extend/plugins/facebook-events-widget/](http://wordpress.org/extend/plugins/facebook-events-widget/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Bloke](https://wordpress.org/support/users/bloke/)
 * (@bloke)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/error-in-ssl/#post-3401671)
 * 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](https://wordpress.org/support/users/roidayan/)
 * (@roidayan)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/error-in-ssl/#post-3401742)
 * thanks Bloke

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error in SSL’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/facebook-events-widget.svg)
 * [Facebook Events Widget](https://wordpress.org/plugins/facebook-events-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/facebook-events-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/facebook-events-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook-events-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook-events-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook-events-widget/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Roi Dayan](https://wordpress.org/support/users/roidayan/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/error-in-ssl/#post-3401742)
 * Status: resolved