Page 1 of 1
SSL Server grayed out
Posted: January 30th, 2013, 3:52 pm
by rflores2323
I have sabnzbd setup on a pogoplug E02 with ALARM on it. I have added my server however I want to use SSL server connections to see if that can increase my download speeds. HOwever the option in the config screen under server is disabled and I cannot check it. I am not using sabnzbd under https also.
Any ideas?
Re: SSL Server grayed out
Posted: January 30th, 2013, 4:35 pm
by sander
Could be easy:
Open sabnzbd.log (can be done via SABnzbd itself: tab Status, then Show Logging), and find the line with pyOpenSSL (or SSL). My sabnzbd.log shows this line:
Code: Select all
2013-01-29 23:09:26,377::INFO::[sabnzbdplus:487] pyOpenSSL... found (True)
... what does your log say?
Re: SSL Server grayed out
Posted: January 30th, 2013, 4:49 pm
by rflores2323
well I installed the packer python2-pyopenssl and it showed up. got help via IRC. The package comments show that for some reason it is not being installed.
https://aur.archlinux.org/packages.php?ID=13691

Re: SSL Server grayed out
Posted: January 30th, 2013, 4:51 pm
by sander
so what does sabnzbd.log say?
Re: SSL Server grayed out
Posted: January 30th, 2013, 4:57 pm
by rflores2323
I dont even see that line in the log at all
Re: SSL Server grayed out
Posted: January 30th, 2013, 5:01 pm
by sander
rflores2323 wrote:I dont even see that line in the log at all
Can you open sabnzbd.log?
Can you threrein find lines like below? Search for 'found':
Code: Select all
2013-01-30 23:00:04,210::INFO::[SABnzbd:463] _yenc module... found!
2013-01-30 23:00:04,210::INFO::[SABnzbd:471] par2 binary... found (/usr/bin/par2)
2013-01-30 23:00:04,210::INFO::[SABnzbd:479] unrar binary... found (/usr/bin/unrar)
2013-01-30 23:00:04,211::INFO::[SABnzbd:484] unzip binary... found (/usr/bin/unzip)
2013-01-30 23:00:04,211::INFO::[SABnzbd:490] nice binary... found (/usr/bin/nice)
2013-01-30 23:00:04,211::INFO::[SABnzbd:494] ionice binary... found (/usr/bin/ionice)
2013-01-30 23:00:04,211::INFO::[SABnzbd:499] pyOpenSSL... found (True)
Re: SSL Server grayed out
Posted: January 30th, 2013, 5:03 pm
by sander
rflores2323 wrote:I have sabnzbd setup on a pogoplug E02 with ALARM on it. I have added my server however I want to use SSL server connections to see if that can increase my download speeds.
Oh, wait: using on SSL on such low-spec hardware will *decrease* your download speed! So from an academical point it's interesting to test it, but I can predict the result ...
Re: SSL Server grayed out
Posted: January 30th, 2013, 5:11 pm
by rflores2323
really.. I thought it would increase the speeds.
Re: SSL Server grayed out
Posted: January 30th, 2013, 5:15 pm
by sander
rflores2323 wrote:really.. I thought it would increase the speeds.
I see. Why did you think that?