You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to add TLS to the coordinator server which uses Tokio Tungstenite under the hood. Since coordinator server communicates with the dashboard, this allows a secured websocket connection to be established from the dashboard.
Feature Description
We want to add TLS to the coordinator server which uses Tokio Tungstenite under the hood. Since coordinator server communicates with the dashboard, this allows a secured websocket connection to be established from the dashboard.
Potential Solution
Tokio Tungstenite should allow us to integrate this easily.
P.S. We want to make this functionality optional and not active by default.
The text was updated successfully, but these errors were encountered: