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

cURL error 60: SSL certificate problem: unable to get local issuer certificate #113

Open
chilledtonic opened this issue Feb 1, 2024 · 0 comments

Comments

@chilledtonic
Copy link

It looks like the cURL implementation on indielogin.com is missing it's CA list; this makes it unable to request my website, which is signed by Sectigo.

You can grab the pem file from here: https://curl.se/docs/caextract.html

Then it needs to be referenced in indielogins php settings:

curl.cainfo = cacert.pem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant