Using Connect 6, the FB plugin and my site is an HTTPS always-on site, I had experienced the following issue:
In IE when trying to login with FB (after being connected) it would return a blank page. In FF, the error that was returned was "Invalid or no certificate authority found, using bundled information."
This is what I did to get it going again. Not sure if it is the proper thing to do, just listing the changes I made. I no longer have the login issues.
I stumbled across this site,
stackoverflow.com/questions/7374223/invalid-or-no-certificate-authority-found-using-bundled-information
It states that if you add
Code:
CURLOPT_SSL_VERIFYPEER => false,
to base_facebook.php, under line 140
Code:
public static $CURL_OPTS = array(
it will resolve the issue for HTTPS sites.
base_facebook.php is located in
{BASE}/components/com_comprofiler/plugin/user/plug_cbconnect/hybridauth/thirdparty/Facebook