From 2038415f2d1f71fe67fd2ac93acdd35e3d8d7bff Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Tue, 1 Sep 2020 14:01:26 -0700 Subject: [PATCH] Add certificate validation common problem. --- Searches-Indexers-and-Trackers.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Searches-Indexers-and-Trackers.md b/Searches-Indexers-and-Trackers.md index d13064a..03728ab 100644 --- a/Searches-Indexers-and-Trackers.md +++ b/Searches-Indexers-and-Trackers.md @@ -47,6 +47,9 @@ The show type is another cause of poor search results. Most shows should be `Sta ### Wrong results Sometimes indexers will return completely unrelated results, Sonarr will feed in parameters to limit the search to a tvdbid, season and/or episode... but the results returned are completely unrelated. Or sometimes, mostly related with a few incorrect results. The first is usually an indexer problem and you'll be able to tell from the trace logs which is causing it. You can disable that indexer and report the problem. The other is usually categorized releases which should be reportable on the indexer/tracker. +### Certificate validation +You'll be connecting to most indexers/trackers via https, so you'll need that to work properly on your system. That means your time zone and time both need to be set *correctly*. It also means your system certificates need to be up to date. And if you're using Mono, `MONO_TLS_PROVIDER=legacy` was a fix from *years* ago that should *not* be used anymore, so make sure you're not setting that accidentally. + ## Errors These are some of the common errors you may see when adding an indexer