Threadloom requires that your system be able to connect securely to our servers.
On Windows, with PHP, curl may not have a trusted root certificate file installed. You can fix this by doing the following:
- Use the following file as your cacert.pem: https://curl.haxx.se/docs/caextract.html. Save it to a folder on your system.
-
In php.ini, add the following line:
curl.cainfo = "c:\<folder you saved the cert to>\cacert.pem"
Comments
0 comments
Article is closed for comments.