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

Error on connection [::ffff:172.17.0.1]:33722: ClientConnection(Protocol("invalid token")) #161

Open
ricardojlrufino opened this issue Mar 14, 2021 · 0 comments

Comments

@ricardojlrufino
Copy link

I Enabled SSL only on Ngix Server

Ngix proxy to mumble-web/6500 port

Nginx /demo config:
image

Acess url:
https://chat.xxxxx.com.br/?address=chat.xxxx.com.br&port=443/demo

image

Using docker:

docker run --name mumble-server -d -p 64738:64738 -p 64738:64738/udp  leoverto/mumble

docker run --name mumble-web-proxy -d -e MUMBLE_SERVER=172.17.0.1:64738 -p 64737:64737 leoverto/mumble-web-proxy

docker run --name mumble-web -e MUMBLE_SERVER=172.17.0.1:64737 -p 6500:8080 leoverto/mumble-web
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

1 participant