Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

SachinAgarwal's avatar

[L5] Guzzle and Emails

On widows system with xampp server.
Using Mandrill for email
When using Guzzle 4 Mails are been sent.
But Guzzle 5 throws : cURL error 60: SSL certificate problem: unable to get local issuer certificate
Any idea why is it happening?

0 likes
6 replies
SachinAgarwal's avatar

@samsoft still no solution. Looks like Guzzle 5 by default use HTTPS. And laravel have to provide the way to set the config for it.

bashy's avatar

Do some of the tests with cURL in the SO link?

ibourgeois's avatar

I am working on a package that allows Guzzle to play nicely with Laravel 5. https://github.com/LaraEdit/LaraGuzzle

It currently provides a facade for Guzzle, allows you to cache requests, and I am testing the latest version (2.1) for HTTPS requests.

Please or to participate in this conversation.