-
-
Notifications
You must be signed in to change notification settings - Fork 442
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
XMPP WSS Bad Status #641
Comments
To be honest, I don't currently monitor any websocket endpoint myself, but perhaps @heitorPB will see something I don't as they're the one who implemented the feature 🤔 |
Hey @roughnecks! What errors did you get? Did you check the logs? I switched jobs recently and I'm not monitoring websocket endpoints anymore. But I also saw some errors when monitoring wss endpoints that returned large payloads. Maybe there's some internal buffers that are not large enough by default and could be configured to hold more data? Or some other bug in the code? |
Hi @heitorPB What logs are you referring to? I tried enabling debug logs but |
I was referring to the Gatus logs, in debug mode. Something like Can you connect directly to your websocket? Like I can't reach it via websocket:
|
The only thing I can say to you now is that I have a bot connected to wss (IPv4 only). |
I get the same result
❯ websocat wss://spiel.bummerl.at/websocket
{"type":"youMustAuthenticate","requiredClientVersion":"2.0","pingTimeout":"infinity"}
^C |
Describe the bug
Not sure if a bug but I cannot get the wss endpoint to work with my prosody instance.
This is my configuration:
What do you see?
What do you expect to see?
No response
List the steps that must be taken to reproduce this issue
Version
I installed with GO
Additional information
No response
The text was updated successfully, but these errors were encountered: