mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-22 07:43:01 +00:00
Add certificate validation common problem.
parent
c6583c0443
commit
2038415f2d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue