[PR #128] [MERGED] Add support for unstrusted certificates #246

Closed
opened 2025-10-09 17:00:32 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/128
Author: @Flaminel
Created: 5/5/2025
Status: Merged
Merged: 5/6/2025
Merged by: @Flaminel

Base: mainHead: add_support_for_unstrusted_certs


📝 Commits (2)

  • 2698fe5 added option to disable certificate validation
  • f8ba22f updated docs

📊 Changes

9 files changed (+181 additions, -2 deletions)

View changed files

📝 code/Common/Configuration/General/HttpConfig.cs (+5 -1)
code/Common/Enums/CertificateValidationType.cs (+8 -0)
📝 code/Executable/DependencyInjection/MainDI.cs (+11 -0)
📝 code/Executable/DependencyInjection/ServicesDI.cs (+2 -0)
📝 code/Executable/appsettings.Development.json (+2 -1)
📝 code/Executable/appsettings.json (+1 -0)
code/Infrastructure/Extensions/IpAddressExtensions.cs (+55 -0)
code/Infrastructure/Services/CertificateValidationService.cs (+86 -0)
📝 docs/src/components/configuration/GeneralSettings.tsx (+11 -0)

📄 Description

Closes #126


🔄 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/Cleanuparr/Cleanuparr/pull/128 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 5/5/2025 **Status:** ✅ Merged **Merged:** 5/6/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `add_support_for_unstrusted_certs` --- ### 📝 Commits (2) - [`2698fe5`](https://github.com/Cleanuparr/Cleanuparr/commit/2698fe550ffd7b9c5151e75a035618ae1045342a) added option to disable certificate validation - [`f8ba22f`](https://github.com/Cleanuparr/Cleanuparr/commit/f8ba22f42535ace09730764bfb439c1259ec6f07) updated docs ### 📊 Changes **9 files changed** (+181 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `code/Common/Configuration/General/HttpConfig.cs` (+5 -1) ➕ `code/Common/Enums/CertificateValidationType.cs` (+8 -0) 📝 `code/Executable/DependencyInjection/MainDI.cs` (+11 -0) 📝 `code/Executable/DependencyInjection/ServicesDI.cs` (+2 -0) 📝 `code/Executable/appsettings.Development.json` (+2 -1) 📝 `code/Executable/appsettings.json` (+1 -0) ➕ `code/Infrastructure/Extensions/IpAddressExtensions.cs` (+55 -0) ➕ `code/Infrastructure/Services/CertificateValidationService.cs` (+86 -0) 📝 `docs/src/components/configuration/GeneralSettings.tsx` (+11 -0) </details> ### 📄 Description Closes #126 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the pull-request label 2025-10-09 17:00:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#246