I am tring to install symfony3 , I am using this link https://openclassrooms.com/courses/developpez-votre-site-web-avec-le-framework-symfony/symfony-un-framework-php
when I am tring to create a new project this error appear curl: (60) SSL certificate : unable to get local issuer certificate
so I have tried to resovle the problem by following those two solutions!
curl: (60) SSL certificate : unable to get local issuer certificate
And
https://openclassrooms.com/forum/sujet/symfony-3-erreur-installation?page=2
but Always I have an error!!
the error now:
C:\wamp\www>php symfony.phar new Symfony
[GuzzleHttp\Exception\RequestException]
cURL error 77: error setting certificate verify locations:
CAfile: C:/wamp/bin/php/cacert.pem
CApath: none
[GuzzleHttp\Ring\Exception\RingException]
cURL error 77: error setting certificate verify locations:
CAfile: C:/wamp/bin/php/cacert.pem
CApath: none
new <directory> [<version>]
How can I make it work?
Also the cacert.pem file I have opened the link https://curl.haxx.se/ca/cacert.pem then right click save the file (the type of the file is .txt) is the type of file correct?