SSL Errors On Startup

Get help with all aspects of SABnzbd
Forum rules
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.
Post Reply
fatgeek
Newbie
Newbie
Posts: 23
Joined: December 9th, 2015, 6:15 pm

SSL Errors On Startup

Post by fatgeek »

Hello,

I'm running SABnzbd 4.0.2 as a Docker image in unRAID.

On each startup I get these SSL errors:
Image

I don't have SSL enabled. My instance runs entirely local with no public internet access ot the interface whatsoever, so I don't need to use SSL. Is there a setting that will prevent me from getting these errors on startup?

Here are my SSL settings:
Image
User avatar
sander
Release Testers
Release Testers
Posts: 8847
Joined: January 22nd, 2008, 2:22 pm

Re: SSL Errors On Startup

Post by sander »

Within the docker, find ~/.sabnzbd/admin and delete server.cert and server.key

But the "Error creating ..." makes me think there is file rights problem.

But, hey: it's docker. So: cattle, not pets. If a docker is not working, do not try to repair. Kill it, start a new container, with an fresh empty config.
fatgeek
Newbie
Newbie
Posts: 23
Joined: December 9th, 2015, 6:15 pm

Re: SSL Errors On Startup

Post by fatgeek »

sander wrote: June 19th, 2023, 5:17 pm Within the docker, find ~/.sabnzbd/admin and delete server.cert and server.key

But the "Error creating ..." makes me think there is file rights problem.

But, hey: it's docker. So: cattle, not pets. If a docker is not working, do not try to repair. Kill it, start a new container, with an fresh empty config.
Thanks for the reply.

There are no server.cert or server.key files in my admin folder. The admin folder has 777 permissions as well, so I don't think it's a permissions issue.

I placed empty server.cert and server.key files in the directory, restarted, and get the same errors. I put the paths for the blank files into the fields in settings and restarted, Now I only get the Disabled HTTPS because of invalid CERT and KEY files error.

I don't know why it's trying to enable SSL at all if it's disabled though.
User avatar
sander
Release Testers
Release Testers
Posts: 8847
Joined: January 22nd, 2008, 2:22 pm

Re: SSL Errors On Startup

Post by sander »

You can read the logic for that message here: https://github.com/sabnzbd/sabnzbd/blob ... d.py#L1305


So ... how about Cattle, No Pets method?
Post Reply