[Bug 796780] shell.py: when wget check certificates it doesn't use the system library for them

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 10 18:33:14 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=796780

--- Comment #3 from vincenzo.bono at gmail.com ---
You are right... Would it be better to look into a list of paths, e.g.:

"/etc/ssl/certs",                   // Debian/Ubuntu/Gentoo etc.
"/etc/pki/tls/certs",               // Fedora/RHEL 6
"/etc/ssl",                         // OpenSUSE
"/etc/pki/tls",                     // OpenELEC
"/etc/pki/ca-trust/extracted/pem",  // CentOS/RHEL 7
"/etc/ssl/certs",                   // SLES10/SLES11,
https://golang.org/issue/12139
"/system/etc/security/cacerts",     // Android
"/usr/local/share/certs",           // FreeBSD
"/etc/pki/tls/certs",               // Fedora/RHEL
"/etc/openssl/certs",               // NetBSD
"/private/etc/ssl/certs",           // macOS

or use 'openssl version -d' to retrieve OPENSSLDIR, and append /certs to it?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list