Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL certificate problem: unable to get local issuer certificate #36

Open
wouterrutgers opened this issue May 22, 2024 · 1 comment
Open
Labels

Comments

@wouterrutgers
Copy link

wouterrutgers commented May 22, 2024

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?

@milo
Copy link
Owner

milo commented Jul 15, 2024

Hi,
thank you for report. I embed the CA chain for some reason... unfortunately I cant recall why and I agree that CA should be updated on all systems these days. I have to do some tests before removing it, I don't want to break someones code.

@milo milo added the bug label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants