https announces doesn't work since the update

Specific support for Deluge on Microsoft Windows OS
Post Reply
olbaid
New User
New User
Posts: 5
Joined: Thu Jul 31, 2014 6:02 pm

https announces doesn't work since the update

Post 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
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: https announces doesn't work since the update

Post by Cas »

Try the latest libtorrent I posted here today...
olbaid
New User
New User
Posts: 5
Joined: Thu Jul 31, 2014 6:02 pm

Re: https announces doesn't work since the update

Post 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 .)
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: https announces doesn't work since the update

Post 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.
olbaid
New User
New User
Posts: 5
Joined: Thu Jul 31, 2014 6:02 pm

Re: https announces doesn't work since the update

Post 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.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: https announces doesn't work since the update

Post by Cas »

See this topic for the latest builds, https trackers should now work: http://forum.deluge-torrent.org/viewtop ... 61#p199361
Post Reply