On Fri, Feb 22, 2019 at 02:36:39AM +0000, Ken Moffat via blfs-dev wrote:
Reviewing a different testsuite, something made me want to refer
back to where the different bundles are listed in perl. And I
discovered a tiny typo in what I wrote -
>
> When I discovered that Mozilla::CA could be
> deleted (by people not installing from CPAN) it was because
> Try::Tiny (a core perl module) has :
WRONG. typo. Posting in the hope nobody will be misled by finding
that duff post.
Should be HTTP::Tiny
>
> # cert list copied from golang src/crypto/x509/root_unix.go
> foreach my $ca_bundle (
> "/etc/ssl/certs/ca-certificates.crt", # Debian/Ubuntu/Gentoo etc.
> "/etc/pki/tls/certs/ca-bundle.crt", # Fedora/RHEL
> "/etc/ssl/ca-bundle.pem", # OpenSUSE
> "/etc/openssl/certs/ca-certificates.crt", # NetBSD
> "/etc/ssl/cert.pem", # OpenBSD
> "/usr/local/share/certs/ca-root-nss.crt", # FreeBSD/DragonFly
> "/etc/pki/tls/cacert.pem", # OpenELEC
> "/etc/certs/ca-certificates.crt", # Solaris 11.2+
> ) {
> return $ca_bundle if -e $ca_bundle;
> }
>
> die qq/Couldn't find a CA bundle with which to verify the SSL
> certificate.\n/
> . qq/Try installing Mozilla::CA from CPAN\n/;
ĸen
--
The beauty of reading a page of de Selby is that it leads one
inescapably to the conclusion that one is not, of all nincompoops,
the greates. -- du Garbandier
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page