Hi !
I used deluge for quite a "long" time, and I have a problem that never occured.
Since I updated deluge, some torrents on specific trackers aren't downloading at all, and I got en error : "Tracker state : #tracker#: Error :"
I did some inversigations, and figured out that thoses specific trackers uses https announces. And ( if the tracker allows it ) if I change the announce URL from https://[...] to http://[...], the torrents starts downloading.
My question is : How can I teach deluge how to use https ?
Should I try to create an SSL certificate ? If so, how ? ( Is it the same technique as for an SSL-protected Web-UI ? )
Thanks so much for your answers !
Olbaid
https announces doesn't work since the update
Re: https announces doesn't work since the update
Try the latest libtorrent I posted here today...
Re: https announces doesn't work since the update
Hi,
Thanks for your answer, but I'm affraid this doesn't help. The problem is still there with libtorrent 0.16.17.0.
( I forgot to say, I use deluge ( the server ) on a windows server 2012 .)
Thanks for your answer, but I'm affraid this doesn't help. The problem is still there with libtorrent 0.16.17.0.
( I forgot to say, I use deluge ( the server ) on a windows server 2012 .)
Re: https announces doesn't work since the update
Ok so I added openssl encryption to the build options (I was assuming it was enabled by default) so can you try the attached libtorrent build.
Re: https announces doesn't work since the update
Hi !
Thank you for your anwser !
I got a new problem : this build of the lib has a problem, my local daemon doesn't start.
Here's my "deluged.log" file :
Thank you for your anwser !
I got a new problem : this build of the lib has a problem, my local daemon doesn't start.
Here's my "deluged.log" file :
Code: Select all
DLL load failed: Le module spécifié est introuvable.
Traceback (most recent call last):
File "deluge\main.py", line 230, in start_daemon
File "deluge\core\daemon.py", line 136, in __init__
File "deluge\core\core.py", line 36, in <module>
File "deluge\_libtorrent.py", line 59, in <module>
ImportError: DLL load failed: Le module spécifié est introuvable.
DLL load failed: Le module spécifié est introuvable.
Traceback (most recent call last):
File "deluge\main.py", line 230, in start_daemon
File "deluge\core\daemon.py", line 136, in __init__
File "deluge\core\core.py", line 36, in <module>
File "deluge\_libtorrent.py", line 59, in <module>
ImportError: DLL load failed: Le module spécifié est introuvable.
Re: https announces doesn't work since the update
See this topic for the latest builds, https trackers should now work: http://forum.deluge-torrent.org/viewtop ... 61#p199361