Skip to content

Commit 10fc694

Browse files
Update Mozilla CCADB URL in CertStore example
Thanks to @jpoikela for esp8266/Arduino#9264
1 parent 636e23a commit 10fc694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/WiFi/examples/BearSSL_CertStore/certs-from-mozilla.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
raise Exception("You need to have openssl in PATH, installable from https://www.openssl.org/")
3131

3232
# Mozilla's URL for the CSV file with included PEM certs
33-
mozurl = "https://ccadb-public.secure.force.com/mozilla/IncludedCACertificateReportPEMCSV"
33+
mozurl = "https://ccadb.my.salesforce-sites.com/mozilla/IncludedCACertificateReportPEMCSV"
3434

3535
# Load the names[] and pems[] array from the URL
3636
names = []

0 commit comments

Comments
 (0)