We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc20a9 commit 146b15aCopy full SHA for 146b15a
libraries/ESP8266WiFi/examples/BearSSL_CertStore/certs-from-mozilla.py
@@ -24,7 +24,7 @@
24
raise Exception("You need to have openssl in PATH, installable from https://www.openssl.org/")
25
26
# Mozilla's URL for the CSV file with included PEM certs
27
-mozurl = "https://ccadb-public.secure.force.com/mozilla/IncludedCACertificateReportPEMCSV"
+mozurl = "https://ccadb.my.salesforce-sites.com/mozilla/IncludedCACertificateReportPEMCSV"
28
29
# Load the names[] and pems[] array from the URL
30
names = []
0 commit comments