Re: Sabnzbd + SSL = CPU murder?
Posted: November 17th, 2009, 12:07 pm
Ok here is the config:
/etc/default/stunnel4
/etc/init.d/stunnel4
Change only the following line:
from: ENABLED=0
to: ENABLED=1
/etc/stunnel/stunnel.conf
Thats it, nothing more nothing less. (ofcourse change the 9999 above to port you wish your localsystem to listen on and change the "connect=" line to contain your usenetprovider and the correct SSL port they use).
Now, in Sabnzbd, server should point to the IP address on of your eth0 interface (ifconfig -a to see what you've got)
Port should be 9999 (or whatever you choose to use)
And SSL checkbox should _not_ be enabled.
/etc/default/stunnel4
Code: Select all
ENABLED=1
FILES="/etc/stunnel/*.conf"
OPTIONS=""
PPP_RESTART=0
Change only the following line:
from: ENABLED=0
to: ENABLED=1
/etc/stunnel/stunnel.conf
Code: Select all
sslVersion = SSLv3
chroot = /var/lib/stunnel4/
setuid = stunnel4
setgid = stunnel4
pid = /stunnel4.pid
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
client = yes
[usenet]
accept = 9999
connect = ssl-eu.astraweb.com:443
Thats it, nothing more nothing less. (ofcourse change the 9999 above to port you wish your localsystem to listen on and change the "connect=" line to contain your usenetprovider and the correct SSL port they use).
Now, in Sabnzbd, server should point to the IP address on of your eth0 interface (ifconfig -a to see what you've got)
Port should be 9999 (or whatever you choose to use)
And SSL checkbox should _not_ be enabled.