-
Notifications
You must be signed in to change notification settings - Fork 2
ssl verification
GitHub Action edited this page Jul 20, 2026
·
1 revision
The integration skips TLS certificate verification of your GL.iNet router on every connection. Verification is off by default because most GL.iNet routers ship with a self-signed certificate that fails strict validation.
Enable Verify SSL Certificate in the config or options form if your router uses a trusted certificate — for example, one issued by a private CA on your network or by a public CA such as Let's Encrypt.
- Disabled (default) — Certificate validation is skipped. Any TLS certificate is accepted, including the stock GL.iNet self-signed certificate. This is functionally equivalent to clicking through a browser's "your connection is not private" warning. The setting only affects traffic to your own router on your local network.
- Enabled — HTTPS requests validate the certificate against the system trust store. Self-signed, expired, or mismatched certificates cause the connection to fail.
- Settings → Devices & Services → GL.iNet Router → Configure.
- Toggle Verify SSL Certificate.
- Submit. The options form re-runs the connection test and full login before
saving, so a broken setting will surface as a
cannot_connecterror instead of being persisted.