Deluge asio.ssl error
-
- Member
- Posts: 28
- Joined: Mon Apr 30, 2012 3:08 am
Deluge asio.ssl error
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
Where do you see this error and what is it precisely?
-
- Member
- Posts: 28
- Joined: Mon Apr 30, 2012 3:08 am
Re: Deluge asio.ssl error
It is in the tracker status.
In deluged.log, with debug enabled, I get:
I can work around it by using plain http tracker in the mean time, though
Code: Select all
underground-gamer.com: Error: asio.ssl error
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)
Re: Deluge asio.ssl error
This is either a libtorrent or boost issue, you can ask on libtorrent issue tracker or mailing list
-
- Member
- Posts: 28
- Joined: Mon Apr 30, 2012 3:08 am
Re: Deluge asio.ssl error
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...