[PR #94] [MERGED] Reqwest optionally load certificates from disk #140

Closed
opened 2026-02-17 17:12:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-app/pull/94
Author: @DecDuck
Created: 8/1/2025
Status: Merged
Merged: 8/1/2025
Merged by: @DecDuck

Base: developHead: 92-bug-rustls-doesnt-accept-os-cas-by-default


📝 Commits (7)

  • 1fe8edc feat: Add get_client function
  • b75ba02 chore: Converted all instances of reqwest::blocking::Client::new() and reqwest::Client::new() to DROP_CLIENT_SYNC and DROP_CLIENT_ASYNC respectively
  • 5802168 fix: use_remote_logic not using certificates
  • 5fb1adc fix: add log statement to certificates
  • 3b678a6 chore: add more logging
  • 425a0ff fix: clippy
  • 690fc5b refactor: into single fetch_certificates func

📊 Changes

9 files changed (+94 additions, -39 deletions)

View changed files

📝 drop-base (+1 -1)
📝 src-tauri/src/games/collections/commands.rs (+8 -9)
📝 src-tauri/src/games/downloads/download_agent.rs (+3 -2)
📝 src-tauri/src/games/library.rs (+6 -5)
📝 src-tauri/src/remote/auth.rs (+4 -6)
📝 src-tauri/src/remote/commands.rs (+2 -6)
📝 src-tauri/src/remote/fetch_object.rs (+2 -2)
📝 src-tauri/src/remote/server_proto.rs (+2 -3)
📝 src-tauri/src/remote/utils.rs (+66 -5)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop-app/pull/94 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 8/1/2025 **Status:** ✅ Merged **Merged:** 8/1/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `92-bug-rustls-doesnt-accept-os-cas-by-default` --- ### 📝 Commits (7) - [`1fe8edc`](https://github.com/Drop-OSS/drop-app/commit/1fe8edcb75f86adfe0da816d5c395e8ade4cad50) feat: Add get_client function - [`b75ba02`](https://github.com/Drop-OSS/drop-app/commit/b75ba02c4e42ff66ebce9c633c03b11d46b3a054) chore: Converted all instances of reqwest::blocking::Client::new() and reqwest::Client::new() to DROP_CLIENT_SYNC and DROP_CLIENT_ASYNC respectively - [`5802168`](https://github.com/Drop-OSS/drop-app/commit/58021685cb93849c71d2da7d5a55eabcfde59a87) fix: use_remote_logic not using certificates - [`5fb1adc`](https://github.com/Drop-OSS/drop-app/commit/5fb1adc0dbb6f7dd7a5bb794dad283a6b5eb6f76) fix: add log statement to certificates - [`3b678a6`](https://github.com/Drop-OSS/drop-app/commit/3b678a652d205be4344976e9677dd4c0a5fe6216) chore: add more logging - [`425a0ff`](https://github.com/Drop-OSS/drop-app/commit/425a0ffbf522a7a731ccc323b6ca6550ddad1e0c) fix: clippy - [`690fc5b`](https://github.com/Drop-OSS/drop-app/commit/690fc5baa7ebe99e08559a45faa99019daee5eb5) refactor: into single fetch_certificates func ### 📊 Changes **9 files changed** (+94 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `drop-base` (+1 -1) 📝 `src-tauri/src/games/collections/commands.rs` (+8 -9) 📝 `src-tauri/src/games/downloads/download_agent.rs` (+3 -2) 📝 `src-tauri/src/games/library.rs` (+6 -5) 📝 `src-tauri/src/remote/auth.rs` (+4 -6) 📝 `src-tauri/src/remote/commands.rs` (+2 -6) 📝 `src-tauri/src/remote/fetch_object.rs` (+2 -2) 📝 `src-tauri/src/remote/server_proto.rs` (+2 -3) 📝 `src-tauri/src/remote/utils.rs` (+66 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:12:11 -05:00
yindo closed this issue 2026-02-17 17:12:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-app#140