Whenever I create a new php project in netbeans that use the Symfony2 framework, it always responds with an error message which says:
[GuzzleHttp\Ring\Exception\RingException]
cURL error 60: SSL certificate problem: unable to get local issuer certificate
I have already tried the solution written on Symfony's webpage with the cacert.pem file, also tried to move it to the extras/ssl folder, but none of this worked.