Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jain's avatar
Level 1

Laravel Facebook socialite

In my Laravel project when i am trying to sign up using facebook it is showing this kind of errors

RequestException in CurlFactory.php line 187: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

0 likes
2 replies
jain's avatar
Level 1

Thanks @jekinney i got the output, i just added these lines to my php.ini file curl.cainfo = "C:/xampp/apache/bin/curl-ca-bundle.crt"

Please or to participate in this conversation.