-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
All working just fine on my Waveshare 7" displays, until I set up self-signed certs on my HA instance. Couldn't get the Chromium instance to trust it, but ssl errors can be bypassed with the arg "--ignore-certificate-errors" in /app/dist/browser.js. I added on line 28 as a test:
const args = [ '--ignore-certificate-errors', '--remote-debugging-port=${DEBUG_PORT}', '--no-sandbox',
And now it loads just fine.
Can this be added? Or maybe an env var to enable ignoring of ssl errors? Or, am I going about this completely wrong, is there a better way to get it to trust my root cert?
Metadata
Metadata
Assignees
Labels
No labels