2

I had this problem for 2 days ago i have already google it and i found that the problem is the curl and a had download the carcet.pem file and change the php.ini.

I'm using the console to create a new symfony project but always having this error , $ php symfony new project in the folder that contains the symfony file...

Error :

  [GuzzleHttp\Exception\RequestException]
  cURL error 60: SSL certificate problem: unable to get local issuer certificate






  [GuzzleHttp\Ring\Exception\RingException]
  cURL error 60: SSL certificate problem: unable to get local issuer certificate



new <directory> [<version>]

if someone have any idea can help me to resolve it. Thunks.

Adel Dev
  • 59
  • 1
  • 9

1 Answers1

1

Here is similar question on stackoverflow with an answer part of which (use C:> composer create-project symfony/framework-standard-edition my_project_name instead of C:> php symfony new blog) works.

Community
  • 1
  • 1
Rikijs
  • 728
  • 1
  • 12
  • 48