Conversation
supportHey 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/
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
Marking as resolved.
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
Marking as resolved.