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
Certificate issues
Forum rules
Help us help you:
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.
Re: Certificate issues
Read https://forums.sabnzbd.org/viewtopic.php?t=19684
And check your sanbzbd.log which certificates SAB is using ... like this:
and your sabnzbd.ini
And consider just putting a proxy docker in front of SABnzbd. Might be easier.
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
Code: Select all
https_cert = server.cert
https_key = server.key