Skip to content

Commit 5df9ed0

Browse files
authored
Merge pull request #7 from JanPetterMG/patch-1
Fix #5 - CA bundle path for OS X
2 parents 72a4e3c + fb20b13 commit 5df9ed0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CaBundle.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public static function getSystemCaRootBundlePath(LoggerInterface $logger = null)
102102
'/usr/share/ssl/certs/ca-bundle.crt', // Really old RedHat?
103103
'/etc/ssl/cert.pem', // OpenBSD
104104
'/usr/local/etc/ssl/cert.pem', // FreeBSD 10.x
105+
'/usr/local/etc/openssl/cert.pem', // OS X homebrew, openssl package
105106
);
106107

107108
foreach ($caBundlePaths as $caBundle) {

0 commit comments

Comments
 (0)