01-09-2016, 08:36 AM
Please add support for TLS v1.2 with SNI encryption. When the scanner attempts to download a file from a site using TLS with SNI required by Cloudfare), it throws a fatal internal_error. Right-clicking the feed to copy the link to the clipboard and pasting it into the Vuze Open dialog fails as well with versions lower than 5.7.0. Version 5.7.0 of Vuze handles the links fine.
Code:
10:32:14.004 3 stderr javax.net.ssl.SSLException: Received fatal alert: internal_error
10:32:14.020 3 stderr at sun.security.ssl.Alerts.getSSLException(Unknown Source)
10:32:14.036 3 stderr at sun.security.ssl.Alerts.getSSLException(Unknown Source)
10:32:14.051 3 stderr at sun.security.ssl.SSLSocketImpl.recvAlert(Unknown Source)
10:32:14.067 3 stderr at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
10:32:14.082 3 stderr at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
10:32:14.098 3 stderr at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
10:32:14.113 3 stderr at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
10:32:14.128 3 stderr at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
10:32:14.144 3 stderr at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
10:32:14.159 3 stderr at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(Unknown Source)
10:32:14.174 3 stderr at org.kmallan.azureus.rssfeed.Downloader.init(Downloader.java:237)
10:32:14.189 3 stderr at org.kmallan.azureus.rssfeed.TorrentDownloader.getTorrent(TorrentDownloader.java:350)
10:32:14.204 3 stderr at org.kmallan.azureus.rssfeed.TorrentDownloader.addTorrent(TorrentDownloader.java:92)
10:32:14.219 3 stderr at org.kmallan.azureus.rssfeed.TorrentDownloader.addTorrent(TorrentDownloader.java:75)
10:32:14.235 3 stderr at org.kmallan.azureus.rssfeed.TorrentDownloader.addTorrent(TorrentDownloader.java:54)
10:32:14.250 3 stderr at org.kmallan.azureus.rssfeed.TorrentDownloader$1.run(TorrentDownloader.java:60)