You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: