We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now :
http
ws://
https
ws:
wss:
The proposed way is to use SSL Tunneling: https://github.com/obsproject/obs-websocket/wiki/SSL-Tunneling which is not really feasible for hirondelle.
Or an alternative is to serve over http instead, but then it's not possible on netlify which is https by default.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now :
http
, we can connect to an other IP in the local network withws://
.https
at https://hirondelle.open-source.church/, mixed content does not allowws:
connection, and it seems thatwss:
is not supported by OBS, see HTTPS connection not working obsproject/obs-websocket#26 (I don't really understand all of that.)The proposed way is to use SSL Tunneling: https://github.com/obsproject/obs-websocket/wiki/SSL-Tunneling which is not really feasible for hirondelle.
Or an alternative is to serve over
http
instead, but then it's not possible on netlify which ishttps
by default.The text was updated successfully, but these errors were encountered: