Search found 5 matches

by majorgear1
August 22nd, 2024, 5:24 pm
Forum: General Help
Topic: Hostname Verification Fails w/ Correct Hostname in Whitelist
Replies: 8
Views: 9098

Re: Hostname Verification Fails w/ Correct Hostname in Whitelist

> You probably missed my setting that I posted . No, I did not. Anyway: About your misconfiguration: Inside a docker (so also SABnbzbd inside docker) you're able to deduct what is exposed, and what is not. I'm thinking about writing code in SABnzbd that detects if config.ini and complete are not on...
by majorgear1
August 22nd, 2024, 1:08 pm
Forum: General Help
Topic: Hostname Verification Fails w/ Correct Hostname in Whitelist
Replies: 8
Views: 9098

Re: Hostname Verification Fails w/ Correct Hostname in Whitelist

I see what I did wrong, I've done this before . VolumeMounts is a list volumes to mount, I duplicated a bit too much when creating the deployment manifest : volumeMounts: - name: sabnzbd-config-claim mountPath: /config volumeMounts: - name: sabnzbd-incomplete-claim mountPath: /incomplete volumeMount...
by majorgear1
August 22nd, 2024, 1:01 pm
Forum: General Help
Topic: Hostname Verification Fails w/ Correct Hostname in Whitelist
Replies: 8
Views: 9098

Re: Hostname Verification Fails w/ Correct Hostname in Whitelist

I opened a shell into the container and it's /config has a different sabnzbd.ini file than the config folder I told it to mount at "/config" does. I fact I deleted the .ini file from the mounted filesystem, and the container still has one. So think this is a container config issue , not a ...
by majorgear1
August 22nd, 2024, 12:23 pm
Forum: General Help
Topic: Hostname Verification Fails w/ Correct Hostname in Whitelist
Replies: 8
Views: 9098

Re: Hostname Verification Fails w/ Correct Hostname in Whitelist

You probably missed my setting that I posted . From the error message it sees hostname as "sabnzbd.cluster.mydomain" Which is exactly what I had in my host whitelist setting posted above host_whitelist = sabnzbd.cluster.mydomain The source IP comes from a load balanced reverse proxy in my ...
by majorgear1
August 22nd, 2024, 11:18 am
Forum: General Help
Topic: Hostname Verification Fails w/ Correct Hostname in Whitelist
Replies: 8
Views: 9098

Hostname Verification Fails w/ Correct Hostname in Whitelist

I recently migrated my sabnzbd from docker to kubernetes, and I cannot get the host_whitelist to work. The old hostname was sabnzbd.mydomain, and the new one is sabnzbd.cluster.mydomain. I've tried about 5-6 different versions on the host_whitelist and none of them have worked. host_whitelist = sabn...