From 68e72e41cf7116c59403029e7c62c5bb6a631906 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Mon, 25 Mar 2019 17:14:45 +0100 Subject: [PATCH] Psytorrents: update certificate --- src/Jackett.Common/Indexers/Psytorrents.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/Psytorrents.cs b/src/Jackett.Common/Indexers/Psytorrents.cs index 59e8acfaa..0afe019d0 100644 --- a/src/Jackett.Common/Indexers/Psytorrents.cs +++ b/src/Jackett.Common/Indexers/Psytorrents.cs @@ -10,7 +10,7 @@ namespace Jackett.Common.Indexers public class Psytorrents : GazelleTracker { private static readonly string[] certificateHashs = new string[] { - "455333CC651C249E1A91DFF8EFC2A5F8044FE956", // expired + "8375026D07C1EAE2DCE7157ABF255357366AE341", // expired }; public Psytorrents(IIndexerConfigurationService configService, WebClient webClient, Logger logger, IProtectionService protectionService)