Implement integrated HTTP server with self-signed CA certs in daemon
- Vorherrschende Sprache
- Rust
- Sterne
- 3
- Forks
- 1
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
We should create an HTTP server that generates self-signed CA certs for the client, and shares those CA certs with the websocket transport.
This will allow secure context to be used, enabling the `VideoDecoder` API when accessing from a machine other than `localhost`.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Look for existing HTTP server and websocket transport code. Research how to generate self-signed CA certificates in Rust, likely using a crate like `rustls` or `openssl`. The server must share these certs with the websocket transport to enable secure contexts. Check how the `VideoDecoder` API is currently accessed and what changes are needed for remote machine access.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- rust
- Bereich
- backend, networking, security
- Issue-Typ
- Feature
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 45/100