Certificate issues

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
datarepos
Newbie
Newbie
Posts: 1
Joined: July 11th, 2024, 9:30 am

Certificate issues

Post 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
User avatar
sander
Release Testers
Release Testers
Posts: 9074
Joined: January 22nd, 2008, 2:22 pm

Re: Certificate issues

Post 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.
Post Reply