Page 1 of 1

Certificate issues

Posted: July 11th, 2024, 9:36 am
by datarepos
Hi guys,

perhaps you have an idea how I can solve my problem.
I am running SABnzbd in Docker and would like to switch the interface to https. I have activated https in the interface and entered the path to my certificate (I operate my own CA) and the private key.
After a restart, SABnzBD is only accessible via https as planned. However, SABnzbd always uses a default certificate and ignores the one I uploaded. I have already checked the paths and access rights several times. Do you have any ideas? I would appreciate any support.

datarepos

Re: Certificate issues

Posted: July 11th, 2024, 9:51 am
by sander
Read https://forums.sabnzbd.org/viewtopic.php?t=19684

And check your sanbzbd.log which certificates SAB is using ... like this:

Code: Select all

2024-07-11 16:59:14,964::INFO::[SABnzbd:1199] Loaded additional certificates from C:\Program Files\SABnzbd\certifi\cacert.pem

2024-07-11 16:59:15,823::INFO::[SABnzbd:1267] HTTPS keys are OK
and your sabnzbd.ini

Code: Select all

https_cert = server.cert
https_key = server.key
And consider just putting a proxy docker in front of SABnzbd. Might be easier.