Page 2 of 2

Re: Other SSL?

Posted: July 22nd, 2009, 2:08 am
by killabee.nl
I am also looking for the windows version.

Re: Other SSL?

Posted: July 22nd, 2009, 3:50 am
by rAf
I've only made the osx binary to easily test if ssl was the issue.
For the windows version, sorry but you'll have to wait we integrate a solution or you can use from sources (see wiki).
I've only replace SSLV23 by SSLV2...

Re: Other SSL?

Posted: August 12th, 2009, 12:51 pm
by killabee.nl
Wich file the you changend?

the Sabnzbd.py ???

Re: Other SSL?

Posted: August 12th, 2009, 1:12 pm
by killabee.nl
OK, I've found it out myself :)

There is a rule in the file : newswrapper.py

This is the orginal line:
ctx = _ssl.Context(_ssl.SSLv32_METHOD)

Change it to:

ctx = _ssl.Context(_ssl.SSLv2_METHOD)

Save the file and restart SABnzbd.

I have tested it with my UPC account in the Netherlands.
First I had a max of 640 KB's per sec now I have Around 800 KB's.
Not my full speed but it is a bit better.

Re: Other SSL?

Posted: August 13th, 2009, 4:58 am
by shypike
Will be implemented in the next release.

Re: Other SSL?

Posted: October 7th, 2009, 12:03 pm
by Samplex
Who can compile a new Mac version with ctx = _ssl.Context(_ssl.SSLv2_METHOD only of the latest build of SABnzb+?

Re: Other SSL?

Posted: October 7th, 2009, 2:38 pm
by switch
Sign up as an tester and try 0.5alpha6. You will need to manually edit sabnzbd.ini and change ssl_type from v23 to v2

Re: Other SSL?

Posted: October 7th, 2009, 2:44 pm
by rAf

Re: Other SSL?

Posted: October 8th, 2009, 4:28 pm
by Samplex
Thank you! If its beta i will try it but not a Alpha version :-\

Re: Other SSL?

Posted: October 9th, 2009, 2:29 am
by shypike
Samplex wrote: Thank you! If its beta i will try it but not a Alpha version :-\
Alpha primarily means that it has some rough edges that make it unsuitable
as an upgrade for unsuspecting 0.4.x users.
The software itself is already very stable and usable and much better than any 0.4.x.

Re: Other SSL?

Posted: October 9th, 2009, 5:36 am
by rAf
shypike wrote: Alpha primarily means that it has some rough edges that make it unsuitable
as an upgrade for unsuspecting 0.4.x users.
The software itself is already very stable and usable and much better than any 0.4.x.
+1

Re: Other SSL?

Posted: November 13th, 2009, 10:46 am
by Dreamcasterâ„¢
I have the same problem, exactly!
My ISP is Tiscali in Italy. I'm using SABnzbd+ 0.4.12 (latest version) on Mac OS X 10.6.2.
During the first 2-3 minutes, speed is okay (around 100kb/sec).
then, its drops to 0!!!

:-|

Re: Other SSL?

Posted: September 26th, 2010, 3:09 am
by nzbcrook
I also have this problem... have anyone found a verified solution to solve it?