-
Notifications
You must be signed in to change notification settings - Fork 22
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
wss support #167
Comments
Hey thanks for the issue! So I suppose I can parametrize the scheme here: Lines 188 to 189 in 1267b7f
However the obs-websocket server unfortunately doesn't seem to support WSS (see obsproject/obs-websocket#26). Their solution is to put the server behind a reverse proxy like ngrok to secure it. They have a guide on their wiki: https://github.com/obsproject/obs-websocket/wiki/SSL-Tunneling. |
Release v1.5.0 added a new goobs.New("localhost:1234", goobs.WithScheme("wss")) |
Hi
See connection inside write ws:
Can support wss: and port custome design. Thanks.
The text was updated successfully, but these errors were encountered: