SSL support for private trackers (https)

General support for problems installing or using Deluge
Post Reply
vasdee

SSL support for private trackers (https)

Post by vasdee »

Hi,

does anyone know if deluge supports SSL over https trackers? whenever i try to connect to a private tracker i get a message like this one (using the log event plugin):

Code: Select all

Tracker alert {event message: tracker: "https://xxxxxxxxxxxxxxx.net:443/announce.php" unkown protocol in tracker url, torrent: something.torrent, status code: -1, Times in a row: 1}
I don't see any bug reports about this and i can't find any documentation saying whether SSL support is planned or already implemented so does anyone know for sure?
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: SSL support for private trackers (https)

Post by markybob »

vasdee wrote:Hi,

does anyone know if deluge supports SSL over https trackers? whenever i try to connect to a private tracker i get a message like this one (using the log event plugin):

Code: Select all

Tracker alert {event message: tracker: "https://xxxxxxxxxxxxxxx.net:443/announce.php" unkown protocol in tracker url, torrent: something.torrent, status code: -1, Times in a row: 1}
I don't see any bug reports about this and i can't find any documentation saying whether SSL support is planned or already implemented so does anyone know for sure?
i'm sad to admit that it isnt supported. I would happily accept a patch :P
vasdee

Re: SSL support for private trackers (https)

Post by vasdee »

is SSL supported within libtorrent at all? If so, are all the relevant calls wrapped in the libtorrent-python bindings?
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: SSL support for private trackers (https)

Post by markybob »

vasdee wrote:is SSL supported within libtorrent at all?
no
Post Reply