Title: Setup Error
Last modified: August 21, 2016

---

# Setup Error

 *  Resolved [rwahlman](https://wordpress.org/support/users/rwahlman/)
 * (@rwahlman)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/setup-error-2/)
 * Hello,
 * I am getting the error “SSL certificate problem: unable to get local issuer certificate.”
   when I try to add my keys and token info during setup. Any help would be much
   appreciated!
 * Thanks!
 * [http://wordpress.org/extend/plugins/rotatingtweets/](http://wordpress.org/extend/plugins/rotatingtweets/)

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

 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/setup-error-2/#post-3646113)
 * Try changing line 32 of `lib/wp_twitteroauth.php` from
 *     ```
       public $ssl_verifypeer = TRUE;
       ```
   
 * to
 *     ```
       public $ssl_verifypeer = FALSE;
       ```
   
 * If it works, it suggests the error tracks to how your server handles SSL.
 * This should solve the problem short-term, but be aware that [Twitter are planning to switch off non-SSL connections in the future](https://dev.twitter.com/blog/api-v1-retirement-final-dates).
 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/setup-error-2/#post-3646283)
 * The latest [development version of the plug-in](http://downloads.wordpress.org/plugin/rotatingtweets.zip)
   should allow you to fix this via the settings page.

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

The topic ‘Setup Error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/rotatingtweets.svg)
 * [Rotating Tweets (Twitter widget and shortcode)](https://wordpress.org/plugins/rotatingtweets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rotatingtweets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rotatingtweets/)
 * [Active Topics](https://wordpress.org/support/plugin/rotatingtweets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rotatingtweets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rotatingtweets/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/setup-error-2/#post-3646283)
 * Status: resolved