agent-orchestrator/v2/bterminal-relay
Hibryda de8d1488e2 feat: add TLS support to bterminal-relay
Add optional --tls-cert and --tls-key CLI args. When provided, the relay
wraps TCP streams with native-tls before WebSocket upgrade. Refactored
to generic accept_ws_with_auth<S> and run_ws_session<S> to avoid code
duplication between plain and TLS paths. Client side already supports
wss:// URLs via connect_async with native-tls feature.
2026-03-12 11:10:50 +01:00
..
src feat: add TLS support to bterminal-relay 2026-03-12 11:10:50 +01:00
Cargo.toml feat: add TLS support to bterminal-relay 2026-03-12 11:10:50 +01:00