Search found 17 matches
- August 23rd, 2018, 7:21 am
- Forum: General Help
- Topic: SAB SSL SSL_SESSION_ID_CALLBACK_FAILED [Debian]
- Replies: 5
- Views: 2795
Re: SSL: SSL_SESSION_ID_CALLBACK_FAILED [Debian]
Can you reproduce it? Did you Google "SSL: SSL_SESSION_ID_CALLBACK_FAILED"? Anything interesting? For example https://stackoverflow.com/questions/10534685/ssl-accept-fails-with-ssl-routinesssl-get-new-sessionssl-session-id-callbac and http://eavesdrop.openstack.org/irclogs/%23openstack-lb...
- August 23rd, 2018, 7:18 am
- Forum: General Help
- Topic: SAB SSL SSL_SESSION_ID_CALLBACK_FAILED [Debian]
- Replies: 5
- Views: 2795
Re: SAB SSL SSL_SESSION_ID_CALLBACK_FAILED [Debian]
When this occurs, and I click on the SAB config cog I get the following error on the config page: "Secure (SSL) connections from SABnzbd to newsservers and HTTPS websites will be encrypted, however, validating a server's identity using its certificates is not possible. Python 2.7.9 or above, Op...
- August 16th, 2018, 2:41 am
- Forum: General Help
- Topic: SAB SSL SSL_SESSION_ID_CALLBACK_FAILED [Debian]
- Replies: 5
- Views: 2795
Re: SAB SSL related error [Debian]
I'm running SAB 2.3.4.
Python: 2.7.13
OpenSSL: OpenSSL 1.1.0f
Python: 2.7.13
OpenSSL: OpenSSL 1.1.0f
- August 15th, 2018, 5:29 am
- Forum: General Help
- Topic: SAB SSL SSL_SESSION_ID_CALLBACK_FAILED [Debian]
- Replies: 5
- Views: 2795
SAB SSL SSL_SESSION_ID_CALLBACK_FAILED [Debian]
Recently I have noticed SAB throwing out an error. Details are: ENGINE Error in HTTPServer.tick Traceback (most recent call last): File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/__init__.py", line 2025, in start self.tick() File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/__init__.p...
- January 9th, 2017, 2:41 pm
- Forum: Beta Releases
- Topic: [1.2.0 Beta1] Slow download speed
- Replies: 4
- Views: 5449
Re: [1.2.0 Beta1] Slow download speed
1.2.0RC1 definitely works better, thanks. Still not getting full speed (about two thirds of my line speed), but it is better. Thanks for the constant attention to the application.shypike wrote:Have you tried 1.2.0RC1?
That release should work better.
- January 8th, 2017, 8:52 am
- Forum: Beta Releases
- Topic: [1.2.0 Beta1] Slow download speed
- Replies: 4
- Views: 5449
[1.2.0 Beta1] Slow download speed
Since the upgrade my download speed is a third of what it was. I have checked my router sync speed, and run a speed test using third party websites and all is good generally with my connection to the Internet. Yet, SAB is downloading at a third of the speed that it was previously. Is anyone else exp...
- March 31st, 2016, 7:20 am
- Forum: Debian/Ubuntu Package
- Topic: Long pause before download starts
- Replies: 3
- Views: 2801
Re: Long pause before download starts
Thanks for the advice. I enabled debugging, and checked the logs again. Then thinking of the process and what is happening at that stage of the download (lookups), I checked my DNS server config on the machine. I was using an old DNS server as primary (which may not exist anymore), and Google's DNS ...
- March 31st, 2016, 2:37 am
- Forum: Debian/Ubuntu Package
- Topic: Long pause before download starts
- Replies: 3
- Views: 2801
Long pause before download starts
Hi, I recently installed SAB 1.0.0 on Debian (Wheezy) and noticed that when connecting to astraweb there is a 15 second pause between establishing each connection. It is very similar to the problem as detailed here: https://forums.sabnzbd.org/viewtopic.php?t=19607. That post has a reply that it is f...
- December 24th, 2014, 4:39 am
- Forum: Debian/Ubuntu Package
- Topic: SAB HTTP port overwritten by HTTPS port
- Replies: 10
- Views: 7509
Re: SAB HTTP port overwritten by HTTPS port
Here's the output of cat /etc/init.d/sabnzbd: #!/bin/bash # ### BEGIN INIT INFO # Provides: sabnzbdplus # Required-Start: $local_fs $network $remote_fs # Required-Stop: $local_fs $network $remote_fs # Should-Start: NetworkManager # Should-Stop: NetworkManager # Default-Start: 2 3 4 5 # Default-Stop:...
- December 24th, 2014, 4:34 am
- Forum: Debian/Ubuntu Package
- Topic: SAB HTTP port overwritten by HTTPS port
- Replies: 10
- Views: 7509
Re: SAB HTTP port overwritten by HTTPS port
I can repeat the behaviour by stopping and starting the SAB service. 1. Check the sabnzbd.ini file before stopping the service. All ports are as configured, and enable_https =1. 2. Stop the service. 3. Start service. HTTP port in sabnzbd.ini changes to the same as HTTPS port, and enable_https parame...
- December 24th, 2014, 4:10 am
- Forum: Debian/Ubuntu Package
- Topic: SAB HTTP port overwritten by HTTPS port
- Replies: 10
- Views: 7509
Re: SAB HTTP port overwritten by HTTPS port
Reading through my initial post I realised that I failed to mention that my SAB install is part of OpenMediaVault. Sorry if this is a major omission (I thought SAB is SAB whether part of OMV or not). So, to answer your question, SAB starts as part of OMV.
- December 24th, 2014, 3:54 am
- Forum: Debian/Ubuntu Package
- Topic: SAB HTTP port overwritten by HTTPS port
- Replies: 10
- Views: 7509
Re: SAB HTTP port overwritten by HTTPS port
I don't have such a file in the /etc/default directory.
- December 24th, 2014, 2:04 am
- Forum: Debian/Ubuntu Package
- Topic: SAB HTTP port overwritten by HTTPS port
- Replies: 10
- Views: 7509
Re: SAB HTTP port overwritten by HTTPS port
Here's my output. Note that this is taken after I have re-entered the values that I want (i.e. port 8080 for HTTP and 9090 for HTTPS), but after a reboot the HTTP port will be replaced with the HTTPS port (as described above) and then I have to re-enter the values again to get it working as expected...
- December 22nd, 2014, 5:01 pm
- Forum: Debian/Ubuntu Package
- Topic: SAB HTTP port overwritten by HTTPS port
- Replies: 10
- Views: 7509
SAB HTTP port overwritten by HTTPS port
I have configured my SAB to use port 8080 for HTTP, and 9090 for HTTPS. However, after I restart my SAB machine (Debian wheezy) the HTTP port is overwritten with port 9090 (which is what the HTTPS port was configured as). As a result the HTTPS port is not being listened on (as it is being used by HT...
- June 12th, 2013, 2:23 am
- Forum: General Help
- Topic: Edit theme
- Replies: 1
- Views: 1414
Edit theme
I found a problem with the mobile themes on an iPhone 5. On an iPhone 5, if you create a bookmark for the SABnzbd mobile page on the home screen, and then launch the bookmark, the display does not use all the full screen to display the page, it uses an iPhone 4 screen size page. I read on another fo...