-
Notifications
You must be signed in to change notification settings - Fork 8
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
Errors on Debian 10 - malformed-request #16
Comments
What do you mean with "script"? The webhook binary or the Systemd service? |
I apologize, I meant to say the xmpp-webhook binary. |
Hey @MaterialFuture, please use https://github.com/tmsmr/xmpp-webhook/releases/tag/v0.4.0 for your tests. v0.4.0 contains mellium/xmpp v0.18.0, which should improve the verbosity of errors. |
Since there is no feedback, i'm closing the issue. |
Also having issues with the same error, Debian 10 host, Prosody 11. Here's my Prosody debug log, with the SASL reply removed because I don't know if that's sensitive or not
|
Would you mind sharing your Prosody-Config? You are the third one who reported that but i were not able to reproduce the issue yet. EDIT: I suppose you are using v0.4.0? |
Not a problem, put it up as a gist: And yup, tried 0.4.0 and 0.3 at various points with the same result. Additionally, here's the output of prosodyctl about
|
@XeonSquared Thanks for the infos. I am able to reproduce the issue now! I'm on it... |
There was an issue in Prosody 0.11 where it would advertise channel binding when TLS 1.3 is used. Possible solutions:
|
@XeonSquared Have you tried one of those "Workarounds" with Prosody on Debian Buster? |
OS: Debian 10
Kernel: 4.19.0-12-amd64
Go: na
Xmpp-webhook: 0.3
XMPP Client: Prosody v0.11.2
I get this error below as I try to start the systemd service:
I'm currently trying to run this on the same machine Prosody is running. I've created the bot users, and tested it before running the script.
I have also tried the script on the machine that runs Grafana where the webhook would be coming from and I get the same errors. That machine runs Ubuntu 20.04 LTS.
Should I try building from source rather than using the binary?
The text was updated successfully, but these errors were encountered: