feat: WSS/HTTPS via Caddy TLS - client uses wss://remote.agent-helios.me

This commit is contained in:
Helios 2026-03-02 18:45:44 +01:00
parent 4c9f0a3239
commit c9643c8543
No known key found for this signature in database
GPG key ID: C8259547CD8309B5
2 changed files with 13 additions and 5 deletions

View file

@ -9,7 +9,8 @@ path = "src/main.rs"
[dependencies]
tokio = { version = "1", features = ["full"] }
tokio-tungstenite = { version = "0.21", features = ["connect"] }
tokio-tungstenite = { version = "0.21", features = ["connect", "native-tls"] }
native-tls = { version = "0.2", features = [] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
helios-common = { path = "../common" }