-
Notifications
You must be signed in to change notification settings - Fork 51
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
the new nodejs websocket configuration #500
Comments
Hello @baby-leo, ist the service running? Do you use any load balancer or reverse infront? |
thanks @holema |
Hello @baby-leo, Have you double checked the websocket secret. This is a very likely error. The Websocket secret in the service must be the same as in the .env.local. |
yes the secret is the same. and here is my configurations in my .env.local here is my apache config <VirtualHost *:443>
Header always set Access-Control-Allow-Origin "https://myip http://myip:3000 https://meetjitsiurl" ProxyPass for /ws/.well-known/mercure<Location "/ws/.well-known/mercure"> Proxy settings for /healthz<Location "/healthz"> and here are the errors desplaying
|
Hello @baby-leo, This is a structural problem. It is not possible to use https without an IP adresse. Https is domain based. And there is a third reverse host missing. You also have to reverse proxy th /ws/ route to the websocket service. ON this proxypass you also have to send a upgrade Header with the apache server. This is the config translated from ChatGPT. Please double check the config and past your working config:
|
ok i will get back to you after configuring it using nginx |
i am using the latest jitsi admin, but i couldent get the new websocket configuration to wrok. i am assuming the configuration provided on https://github.com/H2-invent/jitsi-admin/wiki/Websocket-installation is by default getting configured while the the install.sh is excuted but still the websocket connection is not working what should i do
The text was updated successfully, but these errors were encountered: