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:
I use guzzle/guzzle 3.* and this code works for me :
$client = new Client(env('API_HOST')); $client->setSslVerification(false);