From fac5228e508aa51a1aa207dea2a1b4cad55d5c96 Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Sat, 22 Oct 2022 01:40:25 +0200 Subject: [PATCH] Add hint that the Mozilla CA list could be bundled That would in my opinion be a very fine fall back if detection of the system CA store fails. --- gtk2_ardour/ardour_http.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/ardour_http.cc b/gtk2_ardour/ardour_http.cc index 5a60b03aab..19895caaa5 100644 --- a/gtk2_ardour/ardour_http.cc +++ b/gtk2_ardour/ardour_http.cc @@ -80,6 +80,7 @@ HttpGet::setup_certificate_paths () * * Short of this mess: we could simply bundle a .crt of * COMODO (ardour) and ghandi (freesound) and be done with it. + * Alternatively, ship the Mozilla CA list, perhaps using https://mkcert.org/ . */ assert (!ca_path && !ca_info); // call once