Title: lahan's Replies | WordPress.org

---

# lahan

  [  ](https://wordpress.org/support/users/lahan/)

 *   [Profile](https://wordpress.org/support/users/lahan/)
 *   [Topics Started](https://wordpress.org/support/users/lahan/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lahan/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lahan/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lahan/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lahan/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lahan/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Game List] Add Game Button no longer working?](https://wordpress.org/support/topic/add-game-button-no-longer-working/)
 *  [lahan](https://wordpress.org/support/users/lahan/)
 * (@lahan)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/add-game-button-no-longer-working/#post-8924491)
 * Hi,
    I am another user who just discovered and am interested in the plugin, and
   I also noticed that the add game button was not working. It seems to be due to
   the following error:
 * PHP Fatal error: Uncaught exception ‘Unirest\Exception’ with message ‘SSL certificate
   problem: unable to get local issuer certificate’ in
    … wp-content\plugins\wpgamelist\
   wpgamelist.php(763): Unirest\Request::get(‘[https://igdbcom…&#8217](https://igdbcom…&#8217);,
   Array)
 * In other words, it might be because igdb has some kind of problem with their 
   SSL, or the code in this plugin that handles SSL is out of date (not sure which,
   haven’t investigated). Anyway, if you add the following line just before, at 
   around 758 of the wpgamelist.php file, it will disable SSL checking for Unirest
   calls, which is an effective but marginally less secure workaround:
 * Unirest\Request::verifyPeer(false);
 * Good luck with the site! Maybe we can help each other out if we run into more
   problems 🙂

Viewing 1 replies (of 1 total)