Skip to content
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

Tests OK with wrong reverse proxy configuration #24

Open
mxbode opened this issue Nov 12, 2020 · 0 comments
Open

Tests OK with wrong reverse proxy configuration #24

mxbode opened this issue Nov 12, 2020 · 0 comments

Comments

@mxbode
Copy link

mxbode commented Nov 12, 2020

Hey,
I had an bad issue, that federation wasn't possible anymore. Logs where showing likely "server key is invalid or corrupt" and request thats ended in a 404 to my partners server .well-known route.

Federation tester was still saying thats all okay on both servers. Turns out it was an tailing slash at the end of my proxy_pass on my nginx server config, that doesnt belong there:

wrong: proxy_pass http://localhost:8008/;
right: proxy_pass http://localhost:8008;

Sadly that happend on a migration from apache. Maybe its possible to check and recognize a misconfiguration like this one. A false-positive check result makes debugging hard.

73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant