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:
It can be that it is looking for the SSL certificate of your site.
If this is the case, try to disable the SSL certification:
$client->setDefaultOption('verify', false);