Security Certificates
From Edge 2.22, the web interface is served over HTTPS by default. This means all communication between your browser and the Edge device is encrypted.
Why the browser shows a warning
Section titled “Why the browser shows a warning”The Edge device presents a self-signed certificate by default. Browsers cannot trace this back to a public Certificate Authority (CA), so they warn you.
A publicly trusted certificate (e.g. from Let’s Encrypt) is not an option for a typical Edge deployment:
- Public CAs only issue certificates for publicly resolvable domain names — Edge devices are normally reached by IP address on a private network
- Domain validation requires internet access, which many Edge networks do not have
The default certificate
Section titled “The default certificate”What to do about the warning
Section titled “What to do about the warning”Option 1 — Proceed past the warning (recommended for most cases)
No setup required. The connection stays encrypted. Every browser lets you continue; once you do, it remembers the decision for that device.
Option 2 — Install a custom certificate
If your organisation has an internal CA (e.g. Active Directory Certificate Services), you can install a certificate your machines already trust. The warning disappears entirely, with HTTPS still active.
→ Install a Custom HTTPS Certificate
Allow HTTP (optional)
Section titled “Allow HTTP (optional)”If HTTPS is impractical in your environment, you can enable Allow HTTP to serve the interface over HTTP alongside HTTPS. Requests over HTTP are no longer redirected to HTTPS.