-
Notifications
You must be signed in to change notification settings - Fork 186
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
SynapseError: 401 - Destination mismatch in auth header #17822
Comments
Hello, 2 things. You should solve your federation issues (ipv6 is not working). Second, can we see your reverse proxy settings ? |
Hi, looks like my server can connect and authenticate happily to whatever is running on funtimes909.xyz currently. It may be that another server is or was configured to point at the same host? And you're receiving traffic to both the old and new server names? Annoyingly we don't log the received destination currently, but I'll add that now. |
That's a old Synapse.... If you wish to contact the originating server, you can use: |
To help debug problems such as #17822
Description
Federation is broken for seemingly unknown reasons with the error
"2024-10-12 01:36:52,030 - synapse.http.server - 130 - INFO - PUT-8 - <XForwardedForRequest at 0x7fff0ee8efd0 method='PUT' uri='/_matrix/federation/v1/send/1726178175643' clientproto='HTTP/1.1' site='8008'> SynapseError: 401 - Destination mismatch in auth header"
Steps to reproduce
Homeserver
funtimes909.xyz
Synapse Version
{"server_version":"1.116.0"}
Installation Method
Docker (matrixdotorg/synapse)
Database
SQLite
Workers
Single process
Platform
OS: Debian GNU/Linux 12 (bookworm) aarch64
Host: Raspberry Pi 5 Model B Rev 1.0
Kernel: 6.6.51+rpt-rpi-2712
Uptime: 35 mins
Packages: 2512 (dpkg)
Shell: fish 3.6.0
Terminal: /dev/pts/0
CPU: (4) @ 2.400GHz
Memory: 691MiB / 8052MiB
Configuration
media_retention:
remote_media_lifetime: 7d
thumbnail_sizes:
height: 32
method: crop
height: 64
method: crop
height: 128
method: crop
height: 256
method: crop
Relevant log output
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: