-
-
Notifications
You must be signed in to change notification settings - Fork 404
Open
Labels
Description
Feature request
What problem does this feature solve?
Add HTTPS support to the homeassistant LED device.
At the moment, the log reports that hyperion-ng tries to connect through http only, with no visible option (GUI or file) to enable HTTPS.
HTTPS is a standard, and for those who have enabled HTTP at the config level (not through reverse-proxy), there is no way to bypass it.
Connection is simply refused by HA.
What does the proposed API look like?
N/A - already implemented
How should this be implemented in your opinion?
- Short-term: Add HTTPS support, with option to bypass SSL related errors to handle self-signed certs
- Long-term: Add the option to trust custom CA Certs.
Are you willing to work on this yourself?
No. I don't have the knowledge to.