Page 1 of 1
SSL Errors On Startup
Posted: June 19th, 2023, 3:03 pm
by fatgeek
Hello,
I'm running SABnzbd 4.0.2 as a Docker image in unRAID.
On each startup I get these SSL errors:
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:

Re: SSL Errors On Startup
Posted: June 19th, 2023, 5:17 pm
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.
Re: SSL Errors On Startup
Posted: June 19th, 2023, 7:59 pm
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.
Re: SSL Errors On Startup
Posted: June 19th, 2023, 11:16 pm
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?