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
(For Windows) Enable security certificates for PHP as follows:
Copy the cacert.pem file generated by the authors of curl into a folder on your server. You can copy it to any folder but you might want to put it in a logical spot in your PHP server folders. For example:
C:\xampp\php\extras\ssl\cacert.pem
Insert the following line into your php.ini file which can be found in the root of your PHP server folder:
curl.cainfo = "[pathtothisfile]\cacert.pem"
For example curl.cainfo = "C:\xampp\php\extras\ssl\cacert.pem"
Start the Internal PHP Web Server
Open a console, move to your tutorial project folder, and enter the following command: