From 772a9517cc10ec38c8a83ddf889e35acaaa22cb7 Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Thu, 20 Jun 2024 13:27:25 +0200 Subject: [PATCH] Install common root certificates. --- src/service/brokers/http/connection.toit | 1 + 1 file changed, 1 insertion(+) diff --git a/src/service/brokers/http/connection.toit b/src/service/brokers/http/connection.toit index ba9958f2..4f110c43 100644 --- a/src/service/brokers/http/connection.toit +++ b/src/service/brokers/http/connection.toit @@ -17,6 +17,7 @@ class HttpConnection_: root-certificates_/List? := null constructor .network_ .config_: + certificate-roots.install-common-trusted-roots if config_.root-certificate-ders: config_.root-certificate-ders.do: certificate := tls.RootCertificate it