I\'m running PHP Version 5.6.3 as part of XAMPP on Windows 7.
When I try to use the Mandrill API, I\'m getting the following error:
Uncaught e
for guzzle you can try this :
$client = new Client(env('API_HOST')); $client->setSslVerification(false);
tested on guzzle/guzzle 3.*