Other SSL?

Want something added? Ask for it here.
killabee.nl
Newbie
Newbie
Posts: 3
Joined: July 22nd, 2009, 2:03 am

Re: Other SSL?

Post by killabee.nl »

I am also looking for the windows version.
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: Other SSL?

Post 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...
killabee.nl
Newbie
Newbie
Posts: 3
Joined: July 22nd, 2009, 2:03 am

Re: Other SSL?

Post by killabee.nl »

Wich file the you changend?

the Sabnzbd.py ???
killabee.nl
Newbie
Newbie
Posts: 3
Joined: July 22nd, 2009, 2:03 am

Re: Other SSL?

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Other SSL?

Post by shypike »

Will be implemented in the next release.
Samplex
Newbie
Newbie
Posts: 4
Joined: October 7th, 2009, 11:59 am

Re: Other SSL?

Post by Samplex »

Who can compile a new Mac version with ctx = _ssl.Context(_ssl.SSLv2_METHOD only of the latest build of SABnzb+?
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: Other SSL?

Post 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
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: Other SSL?

Post by rAf »

Samplex
Newbie
Newbie
Posts: 4
Joined: October 7th, 2009, 11:59 am

Re: Other SSL?

Post by Samplex »

Thank you! If its beta i will try it but not a Alpha version :-\
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Other SSL?

Post 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.
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: Other SSL?

Post 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
Dreamcaster™
Newbie
Newbie
Posts: 2
Joined: November 2nd, 2009, 9:44 am

Re: Other SSL?

Post 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!!!

:-|
nzbcrook
Newbie
Newbie
Posts: 6
Joined: September 26th, 2010, 3:06 am

Re: Other SSL?

Post by nzbcrook »

I also have this problem... have anyone found a verified solution to solve it?
Post Reply