mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-06-13 07:50:04 -05:00
[PR #128] [MERGED] Add support for unstrusted certificates #246
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:add_support_for_unstrusted_certs📝 Commits (2)
2698fe5added option to disable certificate validationf8ba22fupdated 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.