Page 1 of 1
Deluge asio.ssl error
Posted: Tue May 01, 2012 7:27 pm
by crazycaveman
I recently installed Ubuntu 12.04 and deluge 1.3.5 on my server. However, whenever I try to connect to an ssl enabled tracker, I get an asio.ssl error. This version of deluge works fine on Ubuntu 10.04, so it seems something has changed between the versions of libtorrent used (10.04 uses 0.15.9.0 whereas 12.04 uses 0.15.10.0). Searching around, I haven't been able to find anything that seems to help. Has anyone else run into this error and/or have any idea for fixing it?
Re: Deluge asio.ssl error
Posted: Tue May 01, 2012 9:24 pm
by Cas
Where do you see this error and what is it precisely?
Re: Deluge asio.ssl error
Posted: Tue May 01, 2012 10:29 pm
by crazycaveman
It is in the tracker status.
Code: Select all
underground-gamer.com: Error: asio.ssl error
In deluged.log, with debug enabled, I get:
Code: Select all
alertmanager:123 tracker_error_alert: SNES SPC music Roms (GoodMerged) (https://www.underground-gamer.com/announce.php?passkey=<passkey>) (-1) asio.ssl error (2)
I can work around it by using plain http tracker in the mean time, though
Re: Deluge asio.ssl error
Posted: Tue May 01, 2012 11:45 pm
by Cas
This is either a libtorrent or boost issue, you can ask on libtorrent
issue tracker or
mailing list
Re: Deluge asio.ssl error
Posted: Thu May 03, 2012 12:04 am
by crazycaveman
It seems a recent update to ssl (libssl and openssl were just updated) fixes the problem. Thanks for your help, though! I wasn't sure if it would be specific to boost, libtorrent or ssl...