вторник, 30 августа 2016 г.

Cannot use Terminus on Windows 10

https://curl.haxx.se/ca/cacert.pem
Okay all--I seem to have done it. Here's what worked for me:
I opened the php.ini file in xampp, and found the line:
;curl.cainfo = 
I then searched for "cacert.pem", and added its full path to the end of the "curl.cainfo" line (in quotes) in php.ini, removed the ";" from the beginning of the line, and saved php.ini.
I tried to login to terminus again, and this time I got the welcome message.
@TeslaDethray Thanks for all your help here and elsewhere. I hope this is useful.