-
-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] - Disable all TLS validity in Settings #687
Comments
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. |
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! |
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. |
Marking this to prevent stale issue. Sorry, haven't gotten around to this. |
This would be great since things like the Pi-hole one could benefit from ignoring my custom cert! |
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
I believe TLS validity is by default enabled. Not very useful when using apps with self signed certificates.
The text was updated successfully, but these errors were encountered: