aaronpk / indielogin.com

Sign in with your domain name
https://indielogin.com
MIT License
149 stars 24 forks source link

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

Open chilledtonic opened 7 months ago

chilledtonic commented 7 months ago

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