Other SSL?
-
- Newbie
- Posts: 3
- Joined: July 22nd, 2009, 2:03 am
Re: Other SSL?
I am also looking for the windows version.
Re: Other SSL?
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...
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...
-
- Newbie
- Posts: 3
- Joined: July 22nd, 2009, 2:03 am
Re: Other SSL?
Wich file the you changend?
the Sabnzbd.py
the Sabnzbd.py

-
- Newbie
- Posts: 3
- Joined: July 22nd, 2009, 2:03 am
Re: Other SSL?
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.

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?
Will be implemented in the next release.
Re: Other SSL?
Who can compile a new Mac version with ctx = _ssl.Context(_ssl.SSLv2_METHOD only of the latest build of SABnzb+?
Re: Other SSL?
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?
or http://osx.boiboite.net/downloads/SABnz ... -SSLV2.zip
but you should use 0.5.0Alpha6
but you should use 0.5.0Alpha6
Re: Other SSL?
Thank you! If its beta i will try it but not a Alpha version 

Re: Other SSL?
Alpha primarily means that it has some rough edges that make it unsuitableSamplex wrote: Thank you! If its beta i will try it but not a Alpha version![]()
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?
+1shypike 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.
-
- Newbie
- Posts: 2
- Joined: November 2nd, 2009, 9:44 am
Re: Other SSL?
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!!!
:-|
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?
I also have this problem... have anyone found a verified solution to solve it?