Not hacking CurlException: 60 (cURL SSL Certificate Verification Problem)

SitHunteeTeli

New Member
The error that alot of people get with Facebook authentication is:\[code\]CurlException: 60: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed\[/code\]And the only information I can find about it suggets to add the following lines of code\[code\]$opts[CURLOPT_SSL_VERIFYPEER] = false;$opts[CURLOPT_SSL_VERIFYHOST] = 2;\[/code\]I know this works, but what is going on here?Is there not a server setting that can be changed instead of hacking up facebook.php
 
Back
Top