Page 1 of 1

https announces doesn't work since the update

Posted: Thu Jul 31, 2014 7:09 pm
by olbaid
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

Re: https announces doesn't work since the update

Posted: Thu Jul 31, 2014 10:38 pm
by Cas
Try the latest libtorrent I posted here today...

Re: https announces doesn't work since the update

Posted: Fri Aug 01, 2014 2:36 pm
by olbaid
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 .)

Re: https announces doesn't work since the update

Posted: Mon Aug 04, 2014 9:53 am
by Cas
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

Posted: Thu Aug 07, 2014 11:29 am
by olbaid
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 :

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

Posted: Sat Aug 09, 2014 12:02 pm
by Cas
See this topic for the latest builds, https trackers should now work: http://forum.deluge-torrent.org/viewtop ... 61#p199361