I've added a configuration for Guzzle SSL verification. Sometimes, issues arise on the development server when it doesn't use a valid SSL, leading to a GuzzleHttp Exception with cURL error 60: SSL certificate problem.
With this addition, we can disable Guzzle verification through the .env file or config.php
Hello,
I've added a configuration for Guzzle SSL verification. Sometimes, issues arise on the development server when it doesn't use a valid SSL, leading to a GuzzleHttp Exception with cURL error 60: SSL certificate problem.
With this addition, we can disable Guzzle verification through the .env file or config.php
Thanks
to enable Guzzle SSL verify (its default to true)
to disable Guzzle SSL verify