Skip to content

Commit 146b15a

Browse files
authored
Update Mozilla CCADB URL in certs-from-mozilla.py
site that provides CCADB is now at URL "ccadb.my.salesforce-sites.com"
1 parent 4cc20a9 commit 146b15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

2929
# Load the names[] and pems[] array from the URL
3030
names = []

0 commit comments

Comments
 (0)