Title: [35] ssl connect error
Last modified: August 21, 2016

---

# [35] ssl connect error

 *  [herbst](https://wordpress.org/support/users/herbst/)
 * (@herbst)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/35-ssl-connect-error/)
 * I have set up a facebook app but 2 questions –
 * 1) I’m not prompted for an access token or token expiration
    2) when I set up
   the widget, my site shows [35] ssl connect error.
 * Thoughts?
 * Thanks!
 * [http://wordpress.org/plugins/jsl3-facebook-wall-feed/](http://wordpress.org/plugins/jsl3-facebook-wall-feed/)

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

 *  Plugin Author [Takanudo](https://wordpress.org/support/users/takanudo/)
 * (@takanudo)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/35-ssl-connect-error/#post-4009097)
 * Try unchecking “Verify SSL Peer” on the settings page for the plugin.
 *  Thread Starter [herbst](https://wordpress.org/support/users/herbst/)
 * (@herbst)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/35-ssl-connect-error/#post-4009176)
 * Thank you for the suggestion. Unfortunately it still didn’t fix the problem.
 * So the wordpress site I’ve created is on behalf of a client, and I want the client’s
   facebook posts to show on the wordpress site.
 * Other ideas?
 *  Plugin Author [Takanudo](https://wordpress.org/support/users/takanudo/)
 * (@takanudo)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/35-ssl-connect-error/#post-4009185)
 * That’s strange. Are you still getting a [35] ssl connect error?
 *  Thread Starter [herbst](https://wordpress.org/support/users/herbst/)
 * (@herbst)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/35-ssl-connect-error/#post-4009200)
 * Yes
 *  Plugin Author [Takanudo](https://wordpress.org/support/users/takanudo/)
 * (@takanudo)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/35-ssl-connect-error/#post-4009206)
 * If Verify SSL Peer is unchecked, it shouldn’t be trying to connect with SSL. 
   Just to be clear, Verify SSL Peer is NOT checked and then you click “Save Changes”.
   What happens when you do that?
 *  Thread Starter [herbst](https://wordpress.org/support/users/herbst/)
 * (@herbst)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/35-ssl-connect-error/#post-4009208)
 * Correct. Verify SSL is NOT checked. But when the widget is activated, it still
   says [35] ssl connect error.
 * On the plugin settings, I’ve entered
    Facebook ID App ID App Secret
 * And Verify SSL is NOT checked.
 *  Plugin Author [Takanudo](https://wordpress.org/support/users/takanudo/)
 * (@takanudo)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/35-ssl-connect-error/#post-4009209)
 * When you click “Save Changes” what happens? I would have thought you would have
   received an error message. I guess we can try to do this manually.
 * Try this:
    1.  Open ‘/wp-content/plugins/jsl3-facebook-wall-feed/php/class-jsl3-facebook-wall-
        feed.php’
    2.  Lines 879 through 880 are:
    3.      ```
            curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER,
            $dev_options[ 'verify' ] );
            ```
        
    4.  Change them to the following:
    5.      ```
            curl_setopt( $ch, CURLOPT_SSL_VERIFYHOST, FALSE );
            curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, FALSE );
            ```
        
    6.  Save the file.
    7.  Open ‘/wp-content/plugins/jsl3-facebook-wall-feed/php/class-uki-facebook-wall-
        feed.php’
    8.  Line 417 is:
    9.      ```
            curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, $this->verify );
            ```
        
    10. Change it to the following:
    11.     ```
            curl_setopt( $ch, CURLOPT_SSL_VERIFYHOST, FALSE );
            curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, FALSE );
            ```
        
    12. Save the file.
    13. Click “Save Changes” on the settings page for the plugin.

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

The topic ‘[35] ssl connect error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jsl3-facebook-wall-feed.svg)
 * [JSL3 Facebook Wall Feed](https://wordpress.org/plugins/jsl3-facebook-wall-feed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jsl3-facebook-wall-feed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jsl3-facebook-wall-feed/)
 * [Active Topics](https://wordpress.org/support/plugin/jsl3-facebook-wall-feed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jsl3-facebook-wall-feed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jsl3-facebook-wall-feed/reviews/)

## Tags

 * [access token](https://wordpress.org/support/topic-tag/access-token/)

 * 7 replies
 * 2 participants
 * Last reply from: [Takanudo](https://wordpress.org/support/users/takanudo/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/35-ssl-connect-error/#post-4009209)
 * Status: not resolved