minhpq331 / jitsi-scalable-helm

Scalable jitsi helm chart
MIT License
37 stars 14 forks source link

Problem setting up the project #4

Closed ferangulo99 closed 2 years ago

ferangulo99 commented 2 years ago

Helllo, I'm having some truble settting up your project. Im doing it in DigitalOcean's clusters. The problem is with the ingress. i´ve got my web running so i can connect without any problem to the home webpage. Whenever i try to access into a room i get this error:

Which means that firefox cannot stablish conexion with that server (domain is hidden). As you can see the url is not starting with wss://ws.texxx.xxx.xxxx.com but i don´t really know why.

Thank you very much in advance, this is a very helpful work you´ve done in this repository.

minhpq331 commented 2 years ago

@ferangulo99 Hello, that means the web cannot connect to your xmpp websocket server. Please note that there are 2 websocket servers:

Can you provide more detail about the error? You can run this command to check if your ws url is correct:

curl "https://myjitsi.com/xmpp-websocket?room=abc" -vvv

myjitsi.com is your web url. This command should return http code 403 with body: Denied.

ferangulo99 commented 2 years ago

` Trying 1xxx.xxx.xxx.xxx:xxx...

This is the output when i run that command. Still not being able to access a room.

ferangulo99 commented 2 years ago

Here is some more info about the error. InkedMicrosoftTeams-image_LI

ferangulo99 commented 2 years ago

I have just realized it is a certificate problem. Thank you very much for your response. i am closing the issue.