Skip to content

Commit 9c11ef6

Browse files
committed
wip
1 parent 278a487 commit 9c11ef6

File tree

2 files changed

+1
-87
lines changed

2 files changed

+1
-87
lines changed

crates/lib/src/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pub fn build_client() -> Result<Client, Box<dyn std::error::Error>> {
1010

1111
let bndl = reqwest::Certificate::from_pem_bundle(CERT)?;
1212
for cert in bndl {
13+
eprintln!("Adding cert {:?}", cert);
1314
builder = builder.add_root_certificate(cert);
1415
}
1516

crates/lib/src/dist_pkgx_dev.pem

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)