facebook auth cURL错误60:SSL证书

时间:2016-12-07 13:45:21

标签: php facebook authentication curl oauth

cURL错误60:SSL证书问题:无法获得本地颁发者证书(请参阅http://curl.haxx.se/libcurl/c/libcurl-errors.html

尝试了多种解决方案,但没有解决 我试过的所有解决方案: https://laracasts.com/discuss/channels/laravel/how-to-solve-curl-error-60-ssl-certificate-in-laravel-5-while-facebook-authentication Laravel Socialite testing on localhost, SSL certificate issue?

public function getSocialAuth()
{
    return Socialite::driver('github')->redirect();
}

1 个答案:

答案 0 :(得分:0)

简单的解决方案。测试。 您可以打开php.ini文件。 改变这个

;openssl.cafile=

openssl.cafile=C:/Windows/curl-ca-bundle.crt

(注意半结肠被移除?)

在您的系统中搜索名为curl-ca-bundle.crt的文件并将其放入C:/ Windows

我希望它也适用于Mac和其他系统。只是放在正确的道路上。 那就是它。