mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-24 01:53:58 +01:00
This commit updates Guzzle to use the CA bundle packaged on the system by default when possible. cURL will use the system CA bundle without issue, however, PHP 5.5 and lower will still default to the bundled CA cert. You can now pass "bundled" to use the cacert file bundled with Guzzle.