blonkm / schoology-improved

Using the Schoology API to do things you can't using the web version
https://blonkm.github.io/schoology-improved/
3 stars 0 forks source link

Curl not working in dev version #39

Closed blonkm closed 4 years ago

blonkm commented 4 years ago

After installing uWamp, I noticed a curl error: unable to get local issuer certificate.

blonkm commented 4 years ago

Solution: https://stackoverflow.com/questions/24611640/curl-60-ssl-certificate-unable-to-get-local-issuer-certificate

download the cacert.pem and point to it in the php.ini using curl.cainfo = "/cacert.pem" don't forget quotes in the path