Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Feb 11, 2025
1 parent 278a487 commit 9c11ef6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 87 deletions.
1 change: 1 addition & 0 deletions crates/lib/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pub fn build_client() -> Result<Client, Box<dyn std::error::Error>> {

let bndl = reqwest::Certificate::from_pem_bundle(CERT)?;
for cert in bndl {
eprintln!("Adding cert {:?}", cert);
builder = builder.add_root_certificate(cert);
}

Expand Down
87 changes: 0 additions & 87 deletions crates/lib/src/dist_pkgx_dev.pem

This file was deleted.

0 comments on commit 9c11ef6

Please sign in to comment.