What's new in Kiosk Satellite 2026.8.42
A fix for the "Ignore SSL errors" setting not applying to the app's own network requests, which broke wake word model downloads and TTS playback on servers whose certificate does not match the URL's host.
Fix: "Ignore SSL errors" now covers the app's own requests (#216)
- The setting only ever applied to the dashboard browser. The app's own network requests, such as wake word model downloads and native TTS and sound playback, still enforced certificate verification and failed with
CERTIFICATE_VERIFY_FAILEDwhenever the URL pointed at a host other than the configured Home Assistant base URL, for example the server's IP address while the certificate only matches its domain. - With the setting enabled, those requests now accept the certificate exactly like the dashboard browser does. With it disabled, nothing changes: certificates for the configured Home Assistant and Immich hosts are still trusted, and everything else verifies normally.