bitfocus / companion-module-getontime-ontime

MIT License
9 stars 5 forks source link

Lack of WSS Support in "Ontime Server Address" Field #82

Open finn-rm opened 2 days ago

finn-rm commented 2 days ago

Issue: The "Ontime Server Address" textbox does not allow specifying a wss:// address for secure WebSocket connections when using a reverse proxy with SSL.

Expected Behavior: The field should accept wss:// addresses to enable secure connections through an SSL-configured reverse proxy.

Current Limitation: Only non-secure (ws://) addresses are allowed, preventing secure WebSocket usage behind SSL.

Suggestion: Update the input field to accept wss:// URLs for proper SSL support.

alex-Arc commented 2 days ago

Hey The Ontime Server Address textbox expects a http address to connect throng, so you should not write out ws:// manually

As for working with SSL through a reverse proxy, this has been merged in #80 and should be available in the next release