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 636e23a commit 10fc694Copy full SHA for 10fc694
libraries/WiFi/examples/BearSSL_CertStore/certs-from-mozilla.py
@@ -30,7 +30,7 @@
30
raise Exception("You need to have openssl in PATH, installable from https://www.openssl.org/")
31
32
# Mozilla's URL for the CSV file with included PEM certs
33
-mozurl = "https://ccadb-public.secure.force.com/mozilla/IncludedCACertificateReportPEMCSV"
+mozurl = "https://ccadb.my.salesforce-sites.com/mozilla/IncludedCACertificateReportPEMCSV"
34
35
# Load the names[] and pems[] array from the URL
36
names = []
0 commit comments