Skip to content

Commit f5b147c

Browse files
remicolletSeldaek
authored andcommitted
1 parent 89abbf0 commit f5b147c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/CaBundle.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ public static function getSystemCaRootBundlePath(LoggerInterface $logger = null)
8383
$caBundlePaths[] = ini_get('openssl.capath');
8484

8585
$otherLocations = array(
86-
'/etc/pki/tls/certs/ca-bundle.crt', // Fedora, RHEL, CentOS (ca-certificates package)
86+
'/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem', // Fedora, RHEL, CentOS (ca-certificates package) - NEW
87+
'/etc/pki/tls/certs/ca-bundle.crt', // Fedora, RHEL, CentOS (ca-certificates package) - Deprecated
8788
'/etc/ssl/certs/ca-certificates.crt', // Debian, Ubuntu, Gentoo, Arch Linux (ca-certificates package)
8889
'/etc/ssl/ca-bundle.pem', // SUSE, openSUSE (ca-certificates package)
8990
'/usr/local/share/certs/ca-root-nss.crt', // FreeBSD (ca_root_nss_package)

0 commit comments

Comments
 (0)