Sometimes a .torrent file download stalls and nothing happens until I click the manual download button again.
Is this a known bug? I assumed the problem was with BTN but it seems it always fails on first try - and then works again when I click manual download on the same torrent.
This is the Exception ('d rather not post the other semi-related info because it contains sensitive information):
System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.
at System.Net.HttpWebRequest.GetResponse()
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\HttpClient.cs:line 94
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\HttpClient.cs:line 164
at NzbDrone.Core.Download.TorrentClientBase`1.DownloadFromWebUrl(RemoteEpisode remoteEpisode, String torrentUrl) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\TorrentClientBase.cs:line 106
It works sometimes though… seems like perhaps it goes via the CloudFlare SSL service for the first attempt - and when that’s not successful it talks directly with their IP’s?
Seems weird that sometimes it works, sometimes it doesn’t.