
dashboards.ini gained a per-dashboard verify key (see seamm_dashboard_client's 2026.8.11 release): blank/absent -- unchanged normal certificate verification; true/false -- verify normally or not at all; anything else is a path to a certificate file to verify against instead of the system trust store -- e.g. a self-signed seamm_webui certificate, which had no way to be trusted at all before this, hard-failing login with SSLCertVerificationError. The "Add Dashboard" dialog gained a matching "Verify SSL" field, and its Protocol choices now include https. protocol in dashboards.ini was already unused at connection time (only the scheme literally in url matters) -- unchanged, but worth knowing if a dashboard entry has protocol = http and url = https://... disagreeing, since only url is honored.
