mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 14:27:06 -04:00
Lets not take any risks here.
This commit is contained in:
parent
ba01b636b9
commit
cef5a3382a
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ namespace NzbDrone.Common.Http.Dispatchers
|
|||
{
|
||||
throw new WebException($"DNS Name Resolution Failure: '{webRequest.RequestUri.Host}'", e.Status);
|
||||
}
|
||||
else if (e.Status == WebExceptionStatus.SendFailure && e.ToString().Contains("The authentication or decryption has failed."))
|
||||
else if (e.ToString().Contains("The authentication or decryption has failed."))
|
||||
{
|
||||
throw new TlsFailureException(webRequest, e);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue