Title: No Recent Posts &#8211; Solution
Last modified: August 22, 2016

---

# No Recent Posts – Solution

 *  Resolved [bologne](https://wordpress.org/support/users/bologne/)
 * (@bologne)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/no-recent-posts-solution/)
 * Hey there,
 * I spent a good couple of days pulling my hair out trying to work out why I couldn’t
   get ThinkTwit working.
 * I recently fixed my issue, and thought it would be useful to let others know 
   who may have the same issue.
 * I had Thinktwit working perfectly on an Apache install, although I had to use
   cURL to get it working.
 * I ported this over to a Windows/IIS install, and suddenly nothing worked, even
   with cURL.
 * Finally, I managed to get this working by setting an option within the ThinkTwit
   script, for all three cURL requests:
    `url_setopt($ch, CURLOPT_SSL_VERIFYPEER,
   false);`
 * cURL requests are now working for me. I understand that setting this option may
   not be ideal for security, and so if anyone has any alternative solutions, please
   let me know.
 * [https://wordpress.org/plugins/thinktwit/](https://wordpress.org/plugins/thinktwit/)

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

 *  Plugin Author [Stephen Pickett](https://wordpress.org/support/users/stephenpickett/)
 * (@stephenpickett)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/no-recent-posts-solution/#post-5340097)
 * Hi Bologne,
 * Thanks for posting your solution – I would just like to mirror your concern around
   security, I wouldn’t recommend this solution unless you are absolutely confident
   about what you are doing and as a last resort.
 * Regards,
 * Steve
 *  Plugin Author [Stephen Pickett](https://wordpress.org/support/users/stephenpickett/)
 * (@stephenpickett)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/no-recent-posts-solution/#post-5340098)
 * Marking as resolved.

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

The topic ‘No Recent Posts – Solution’ is closed to new replies.

 * ![](https://ps.w.org/thinktwit/assets/icon-256x256.png?rev=2543224)
 * [ThinkTwit](https://wordpress.org/plugins/thinktwit/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/thinktwit/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/thinktwit/)
 * [Active Topics](https://wordpress.org/support/plugin/thinktwit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/thinktwit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/thinktwit/reviews/)

## Tags

 * [curl](https://wordpress.org/support/topic-tag/curl/)
 * [iis](https://wordpress.org/support/topic-tag/iis/)

 * 2 replies
 * 2 participants
 * Last reply from: [Stephen Pickett](https://wordpress.org/support/users/stephenpickett/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/no-recent-posts-solution/#post-5340098)
 * Status: resolved