mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 09:01:00 -05:00
* WIP: Add proper HTTPS support for remote snapshot downloads to snapshot recover APIs * Implement HTTPS client configuration * fixup! Implement HTTPS client configuration Move HTTPS client configuration from `actix/certificate_helpers.rs` to `common/http_client.rs` * Initialize and propagate HTTPS client to shard snapshot API * Use reqwest client reference where possible * Add integration test * Simplify HTTP(S) client initialization * fixup! Simplify HTTP(S) client initialization * Fix lifetime conflicts after rebase on dev * Add comment to elaborate on PEM concatenation * fixup! Add integration test Add `test_tls_snapshot_shard_transfer.sh` run to the existing TLS test job instead of creating a new one --------- Co-authored-by: timvisee <tim@visee.me>