rodrigoprimo / social-connect

WordPress plugin for signup/login using social media providers.
http://wordpress.org/extend/plugins/social-connect/
GNU General Public License v3.0
73 stars 40 forks source link

Facebook doesn't work (+ fix) #5

Closed remcoros closed 13 years ago

remcoros commented 13 years ago

Facebook login doesn't work. Our setup: Wordpress 3.2.1 on IIS 7 (Windows server 2008)

We get the following error in facebook/callback.php:

Failed: Error Number: 60. Reason: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

To fix, add this to sc_curl_get_contents()

curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
thenbrent commented 13 years ago

Thanks! Added fix and released.