Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
finn-rm opened this issue Sep 30, 2024 · 3 comments
Closed

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

finn-rm opened this issue Sep 30, 2024 · 3 comments

Comments

@finn-rm
Copy link

finn-rm commented Sep 30, 2024

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
Copy link
Contributor

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

@cpvalente
Copy link
Collaborator

Hi @finn-rm, could you please confirm that this has been resolved in v4.4.0?

@finn-rm
Copy link
Author

finn-rm commented Oct 9, 2024

Hi @cpvalente, working as expected. Thanks so much!

@finn-rm finn-rm closed this as completed Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants