We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72a4e3c + fb20b13 commit 5df9ed0Copy full SHA for 5df9ed0
src/CaBundle.php
@@ -102,6 +102,7 @@ public static function getSystemCaRootBundlePath(LoggerInterface $logger = null)
102
'/usr/share/ssl/certs/ca-bundle.crt', // Really old RedHat?
103
'/etc/ssl/cert.pem', // OpenBSD
104
'/usr/local/etc/ssl/cert.pem', // FreeBSD 10.x
105
+ '/usr/local/etc/openssl/cert.pem', // OS X homebrew, openssl package
106
);
107
108
foreach ($caBundlePaths as $caBundle) {
0 commit comments