#121 - Purchased Stage Tracker
Hi I just purchased stage tracker and trying to install it, but when I enter the license key I get
Unable to Authenticate. Make sure that your key is correct and that you have the curl extension installed. My key is good and curl is installed as well
Please help. Thanks PC
11 years ago
Hey PC,
I'm testing it right now and will get back to you shortly.
-Jason
11 years ago
Hi Jason,
I've tried again but it does not work. Any help would be great. I have teamviewer if you would like to see. I've check and all looks good.
Let me know, how to proceed or next steps.
Thanks Peter
11 years ago
On Windows boxes the CA cert bundle is no longer kept up to date with curl. Linux boxes should be just fine. To update, grab the latest bundle from http://curl.haxx.se/docs/caextract.html and drop it somewhere such as in your php directory. Then edit your php.ini and have it point to that file. e.g.: curl.cainfo=c:\php\cacert.pem
For more info see this post: http://snippets.webaware.com.au/howto/stop-turning-off-curlopt_ssl_verifypeer-and-fix-your-php-config/
-Jason