SSL Certificate Errors

If you get an exception from GuzzelHttp about a missing local SSL certificate, you likely need to add the path to a CA bundle to your php.ini file. Mozilla provides a commonly used CA bundle, which can be downloaded here (provided by the maintainer of cURL). In your php.ini, set openssl.cafile or curl.cainfo to point to the path of the downloaded cert.

Provide feedback