Trying to use the YouTube API v3 to get some video(s) information, using Guzzle in Symfony2 using Service Descriptors.
When I run the script, I get this:
this really helps me
Follow this link: http://curl.haxx.se/ca/cacert.pem Copy the entire page and save it is "cacert.pem"
Then in your php.ini file insert or edit the
;;;;;;;;;;;;;;;;;;;;
; php.ini Options ;
;;;;;;;;;;;;;;;;;;;;
curl.cainfo = "[pathtothisfile]\cacert.pem"
Problem solved (Not recommended in a production environment)