How did you extract it?
Jul 25, 2018
2
Level 50
error cURL error 60: SSL certificate problem: self signed certificate in certificate chain
I have 2 environments I use for testing, local & homestead.
Local uses php artisan server and homestead is ... well ... homestead.
When using Socialite for authenticate I get the following error:
error cURL error 60: SSL certificate problem: self signed certificate in certificate chain
After researching, I updated my cacert.pem on my local PC but it still failed. Finally got the local environment working by extracting the Kaspersky certificate from Chrome and adding it the cacert.pem file.
So, how do I add / append the certificate to Homestead?
Please or to participate in this conversation.