Skip to content

Commit

Permalink
feat: disable certs
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Jul 19, 2023
1 parent 3d089aa commit 389f77d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/hord-cli/src/db/mod.rs
Expand Up @@ -1880,6 +1880,7 @@ pub async fn rebuild_rocks_db(
let (block_compressed_tx, block_compressed_rx) = crossbeam_channel::bounded(block_process_lim);
let http_client: HttpClient = HttpClient::builder()
.timeout(Duration::from_secs(20))
.danger_accept_invalid_certs(true)
.build()
.expect("Unable to build http client");

Expand Down

0 comments on commit 389f77d

Please sign in to comment.