Skip to content

Commit

Permalink
webpki-ccadb: update Moz CCADB root report url
Browse files Browse the repository at this point in the history
Per Chris Clements' update to the mailing list[0]:

> We recommend users review their linked bookmarks, automation scripts,
> integration programs, or similar and:
>
> Change their references to public report URLs
>
> from:
>  ccadb-public.secure.force.com (non-enhanced)
>  ccadb-public.force.com (non-enhanced)
> to:
>  ccadb.my.salesforce-sites.com (enhanced)

[0]: https://groups.google.com/a/ccadb.org/g/public/c/VXfaU1_OaHE/m/58V-lTXVAQAJ
  • Loading branch information
cpu committed Sep 5, 2024
1 parent 1175f11 commit a533475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpki-ccadb/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub async fn fetch_ccadb_roots() -> BTreeMap<String, CertificateMetadata> {
.unwrap();

let ccadb_url =
"https://ccadb-public.secure.force.com/mozilla/IncludedCACertificateReportPEMCSV";
"https://ccadb.my.salesforce-sites.com/mozilla/IncludedCACertificateReportPEMCSV";
eprintln!("fetching {ccadb_url}...");

let req = client.get(ccadb_url).build().unwrap();
Expand Down

0 comments on commit a533475

Please sign in to comment.