iptorrents: update cert exception

This commit is contained in:
ilike2burnthing 2024-03-03 00:31:31 +00:00 committed by GitHub
parent c930de7f96
commit d70624996e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ namespace Jackett.Common.Indexers
{
base.LoadValuesFromJson(jsonConfig, useProtectionService);
webclient?.AddTrustedCertificate(new Uri(SiteLink).Host, "44E390F897BC01083CE3DB0E8266A210735470E3"); // for *.octopus.town expired 02/Sep/23
webclient?.AddTrustedCertificate(new Uri(SiteLink).Host, "1C54573353A97C17DD2344E9E7094848046A8CDA"); // for *.octopus.town expired 01/Mar/24
}
public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)