linuxserver / Heimdall-Apps

Apps for Heimdall
MIT License
298 stars 321 forks source link

[FEAT] - Disable all TLS validity in Settings #687

Open FoUStep opened 7 months ago

FoUStep commented 7 months ago

Currently a lot of apps require a validation for TLS when HTTPS is used. Please allow for a global function to disable the validation of TLS/certificates (for enhanced apps as well)

I've been trying to see if I can implement this per app by myself but it is a hell of a job. I've noticed that UniFi has it built-in: Skip TLS verification

Screenshot 2024-02-03 at 19 02 13

I believe TLS validity is by default enabled. Not very useful when using apps with self signed certificates.

mvdkleijn commented 7 months ago

Hmm... I'm wondering if that wouldn't be something more for the mainline Heimdall instead of the apps.

Nevertheless, it's not a bad suggestion. I'll take a look at how the Unifi app did it when I have a little more time.

Anyone having suggestions is of course welcome to make them.

FoUStep commented 7 months ago

I tried to use the code from the UniFi app (disable TLS in the UniFi.app and the config file part) for some other apps like Sonarr or Radarr but I failed miserably. It didn't do anything. Thanks!

LinuxServer-CI commented 6 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

mvdkleijn commented 6 months ago

Marking this to prevent stale issue. Sorry, haven't gotten around to this.

urda commented 2 days ago

This would be great since things like the Pi-hole one could benefit from ignoring my custom cert!