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?
SSL Server grayed out
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: SSL Server grayed out
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:
... what does your log say?
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)
-
rflores2323
- Newbie

- Posts: 7
- Joined: February 10th, 2011, 11:20 am
Re: SSL Server grayed out
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

https://aur.archlinux.org/packages.php?ID=13691
Re: SSL Server grayed out
so what does sabnzbd.log say?
-
rflores2323
- Newbie

- Posts: 7
- Joined: February 10th, 2011, 11:20 am
Re: SSL Server grayed out
I dont even see that line in the log at all
Re: SSL Server grayed out
Can you open sabnzbd.log?rflores2323 wrote:I dont even see that line in the log at all
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
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 ...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.
-
rflores2323
- Newbie

- Posts: 7
- Joined: February 10th, 2011, 11:20 am
Re: SSL Server grayed out
really.. I thought it would increase the speeds.
Re: SSL Server grayed out
I see. Why did you think that?rflores2323 wrote:really.. I thought it would increase the speeds.