Lets not take any risks here.

This commit is contained in:
Taloth Saldono 2017-08-03 00:20:48 +02:00
parent ba01b636b9
commit ce6a5713d1
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}