-3

I'm trying to install symfony 2, but when I copied the symfony.phar file and I tried to upload it with the cmd it wont work:

enter image description hereenter image description here

C:\wamp\www>php symfony.phar new Symfony

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

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

new []

River
  • 8,585
  • 14
  • 54
  • 67
Samar
  • 53
  • 1
  • 2
  • 8
  • did you solve the problem? – amin arghavani Jan 05 '17 at 10:03
  • Maybe this will be helpful [https://stackoverflow.com/questions/37997669/curl-error-60-ssl-certification-issue-when-attempting-to-use-symfony](https://stackoverflow.com/questions/37997669/curl-error-60-ssl-certification-issue-when-attempting-to-use-symfony) – Buhjm Cvyrt May 25 '17 at 10:43

1 Answers1

1

This is not a symfony problem, is related with your php Curl extension. Check this link

Community
  • 1
  • 1
abdiel
  • 2,078
  • 16
  • 24