-
Notifications
You must be signed in to change notification settings - Fork 32
ERROR mas_listener::server: error shutting down connection: Socket not connected (os error 107) #1835
Comments
This should probably be clearer in the documentation, but in the section about setting up a reverse proxy in front of it, it mentions that a few Matrix C-S API should be handled by MAS See the last paragraph here: https://matrix-org.github.io/matrix-authentication-service/setup/reverse-proxy.html#example-nginx-configuration The errors spitting out are I think unrelated, but something I need to investigate |
@sandhose I have a proxy in front, my HAProxy. But no relation to this error, if MAS does not run there's nothing to proxy ;-) |
My point is, in your setup, |
@sandhose Indeed the passing of the endpoints to MAS was missing, MAS is now called and the registration / authentication flow looked good up to a point where I grant the permissions for the Element-Web client. Then ... #1864 BTW: Where can I find how to configure my Keycloak as upstream OIDC provider for MAS? Looked several time through the docs, but it's not mentioned in the config section ... |
I think I captured most of the issues you had in other issues?
And I think the logs you had were mostly resolved by #1814 and #1775 |
I've configured the MAS exactly following the documentation, found the "metrics" issue here and changed "none" to "prometheus", so MAS starts. But always shortly after the start, I'm getting repeated error messages:
The ports 8082 and 8083 (8080 and 8081 are already used by bridges) are free, and after starting MAS I see that 8082 and 8083 are happily used as listeners from MAS.
So I have no clue what these error messages want to tell me.
Also, when opening Element-Web I'm always getting:
Es gab ein Problem bei der Kommunikation mit dem Heim-Server. Bitte versuche es später erneut.(M_UNRECOGNIZED)
But I guess as long as the errors above are showing up, MAS is not working properly.
Either there is an issue, or something is still undocumented ...
The text was updated successfully, but these errors were encountered: