Laravel Socialite testing on localhost, SSL certificate issue?

前端 未结 1 1383
孤独总比滥情好
孤独总比滥情好 2020-12-08 11:10

To insert social login integration on my application, I\'m adding Socialite library to my Laravel app. I have a facebook app registered and 2 methods as in laravel documenta

相关标签:
1条回答
  • 2020-12-08 11:55

    I found sollution here. I've downloaded this file

    http://curl.haxx.se/ca/cacert.pem

    and set path in php.ini

    [cURL] 
    curl.cainfo=C:\php\cacert.pem
    

    It works after server restart.

    0 讨论(0)
提交回复
热议问题