Page 1 of 1

SSL Errors on Startup [ Docker (binhex/sabnzbdvpn) ]

Posted: February 21st, 2021, 3:29 pm
by fatgeek
I am getting SSL errors all of the sudden on startup.

Image

Downloads are still working, it's just annoying.

I'm running 3.1.1 [99b5a00] via Docker (binhex/sabnzbdvpn) on UnRAID.

I've never had SSL enabled on the server, it's only accessible to my LAN.

SSL is disabled in Settings > General.

I've tried blanking out the cert and key fields, no effect. I've tried point them to my valid Let's Encrypt cert and key, no effect.

Debug logging with ini from my last starttup: https://controlc.com/d23ac3b6

Re: SSL Errors on Startup

Posted: February 21st, 2021, 5:55 pm
by Puzzled
Using --https as a parameter to the SABnzbd start up command forces https to be on.

Remove "--https" "8090":
"/usr/lib/sabnzbd/SABnzbd.py" "--daemon" "--config-file" "/config" "--server" "0.0.0.0:8080" "--https" "8090"

Re: SSL Errors on Startup

Posted: February 21st, 2021, 6:11 pm
by sander
On top of what Puzzled says:

Talk to your docker creator, so Binhex, because they use the "--https" "8090" ... forcing HTTPS.