I'm encountering an issue on my Mac with the following error:
SSL certificate problem: unable to get local issuer certificate
I've traced the problem to this line in the code: https://github.com/milo/github-api/blob/master/src/Github/Http/CurlClient.php#L57.
When I remove this line, everything works fine. I think that the CA chain can be removed since it should be updated on all systems anyway.
On a Linux system everything is working fine!
Any advice or suggestions?