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:
If you are using Facades Http then you can pass verify false in withOptions method :
Http::withOptions(['verify' => false,])->withHeaders($headers)->get($endpoint);