-
Notifications
You must be signed in to change notification settings - Fork 20
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
https support #19
Comments
While |
oops! |
I agree, it only makes sense when Roon is running on an advanced server, hosting also a web site for example (as in my case). So it could be only an optional feature, probably required only by a minority of users. |
a public web server? yikes |
A smarthome and media web server only for me and my family, of course with strong authentication :-)). |
What about running Let's Encrypt/Certbot within the Roon OS? |
The Roon API has to do with Roon, not Roon OS. I agree that a WSS=>WS relay is the right thing. An ngrok or some other type of reverse proxy in front of it is the right thing to do here. HTTPS just doesn't work very well inside the home. |
I am working on a Roon Web Controller implemented as Progressive Web App.
It requires to use the websocket based Roon API via secured websockets (wss).
Supporting only HTTP causes more and more troubles on current browsers.
Would be great to support HTTPS !!!
The text was updated successfully, but these errors were encountered: