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

Server websocket over wss #106

Open
SirStone opened this issue Sep 9, 2024 · 5 comments
Open

Server websocket over wss #106

SirStone opened this issue Sep 9, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@SirStone
Copy link
Collaborator

SirStone commented Sep 9, 2024

I've developed a web app called RTR-OBSERVER that can be installed as a Progressive Web App (PWA) and used offline on smartphones.

When running it locally via HTTP, it works well. However, for real-world deployment, HTTPS is required to make the PWA work. This also means that the WebSocket connections need to use a secure connection (wss://).

@flemming-n-larsen, have you ever considered this issue?

@flemming-n-larsen
Copy link
Contributor

Nice work with the RTR-OBSERVER 👍😊

Regarding WSS, I have considered this, but not prioritized it yet. 🙂
But I will try to set up a server to use WSS and see how it goes. It should be easy to handle on the client side, but will require more work on the server side, e.g. setting up a certificate + UI and documentation stuff.

@flemming-n-larsen
Copy link
Contributor

@SirStone I have had a look into this, and it should not be a big problem to support WSS. 😊

But I will fix #96 first, so the configuration and setup is better prepared for this feature when selecting the server.

@flemming-n-larsen flemming-n-larsen added documentation Improvements or additions to documentation enhancement New feature or request and removed documentation Improvements or additions to documentation labels Sep 14, 2024
@SirStone
Copy link
Collaborator Author

@flemming-n-larsen no rush, I'm just glad you considered my request for implementation.

@flemming-n-larsen
Copy link
Contributor

@SirStone
With release 0.26.0, remote servers are now supported. Lots of work has been put into this release (mostly on the GUI side) to support both remote and local servers, and it is a much better foundation for incorporation WSS in a coming release.

@SirStone
Copy link
Collaborator Author

SirStone commented Oct 20, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants