Laravel 5 Socialite - cURL error 77: error setting certificate verify locations

后端 未结 21 1926
暖寄归人
暖寄归人 2020-12-02 18:36

I am using socialite in Laravel 5 to setup facebook login. I followed the instructions carefully until I got stuck with the following error

cURL error 60: SS         


        
21条回答
  •  伪装坚强ぢ
    2020-12-02 19:30

    If anyone is running Windows with Plesk and they get this error.

    You must ensure that the curl.cainfo path is inside the Plesk PHP directory otherwise you will get the error above even with the fix.

    curl.cainfo = "C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP55\extras\ssl\cacert.pem.txt"
    

    Fixed for me. Hope this helps someone, someday, somewhere.

提交回复
热议问题