Closed ferangulo99 closed 2 years ago
@ferangulo99 Hello, that means the web cannot connect to your xmpp websocket server. Please note that there are 2 websocket servers:
https://myjitsi.com
then XMPP wss url is wss://myjitsi.com/xmpp-websocket
wss://ws.myjitsi.com
.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.
` Trying 1xxx.xxx.xxx.xxx:xxx...
GET /xmpp-websocket?room=abc HTTP/2 Host: xxxx.xxxx.xxxxxx.com user-agent: curl/7.68.0 accept: /
It works! Now point your WebSocket client to this URL to connect to Prosody.
This is the output when i run that command. Still not being able to access a room.
Here is some more info about the error.
I have just realized it is a certificate problem. Thank you very much for your response. i am closing the issue.
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.