mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-22 02:32:51 +01:00
Added fix for TLS issues because of missing libcurl3
parent
4461dc1660
commit
66e67f2189
13
Newznab.md
13
Newznab.md
@ -8,4 +8,15 @@ This is caused by the indexer using a SSL protocol not supported by .net 4.5, to
|
||||
|
||||
### Error getting response stream (Write: The authentication or decryption has failed.): SendFailure ###
|
||||
|
||||
This is caused by the indexer using a new certificate authority that is not trusted by mono 2.10. The solution is to upgrade to mono 3.x, on Ubuntu this can be done via this method: http://stackoverflow.com/a/13384233/882971 We recommend upgrading to mono 3.x to fix a number of bugs and add support for .net 4.5 features.
|
||||
This is caused by the indexer using a new certificate authority that is not trusted by mono 2.10. The solution is to upgrade to mono 3.x, on Ubuntu this can be done via this method: http://stackoverflow.com/a/13384233/882971 We recommend upgrading to mono 3.x to fix a number of bugs and add support for .net 4.5 features.
|
||||
|
||||
### The request timed out
|
||||
|
||||
Sonarr seems to have issues with certain TLS versions or configurations. If you get the following error messages in your log:
|
||||
> System.Net.WebException: The request timed out: 'https://example.org/api?t=caps&apikey=(removed) ---> System.Net.WebException: The request timed out
|
||||
|
||||
And you can see the following in the trace logfile:
|
||||
> <DATE&TIME>|Trace|FallbackHttpDispatcher|Curl not available, using default WebClient.
|
||||
|
||||
You might fix it by installing libcurl3. On Ubuntu/Debian use
|
||||
> apt install libcurl3
|
Loading…
Reference in New Issue
Block a user