-
Notifications
You must be signed in to change notification settings - Fork 76
socket: Protocol not supported #57
Comments
Hi, can u show us your matrix homeserver configuration file? but please, remove all credential information. |
|
OK, the config looks fine. Can h give us the output of "docker info"? |
Sure.
|
ok, can u try to use:
instead of the line u are using? |
Can you be more specific? I have two lines where I use |
:-) of course I can. this one:
should looks like
|
That didn't solve the issue, and now I am seeing a new error when I run it. The error repeats itself every second or two.
|
yeah I think there is sth very fishy with your configuration. I have to investigate a little bit more to see whats wrong. I think it have sth to do with the yaml configuration format. |
Have you found anything yet? Is there anything else I can do to help? |
no sorry, didnt had time the last days. but don't worry, will not forget it. :-) |
I am also getting another error that might be related. When I try to use the API from another container, I get "Error: self signed certificate". This is only happening on my server though. When I test the same API call from a local copy of my docker-compose, it works fine. |
I think the error is that synapse can't bind to your homeserver name, though I'm not entirely sure. You have: The 'self signed certificate' error is fine I think, the recommended setup is that you use a self signed cert on port 8448 for federation, and reverse proxy port 8008 with a nginx or apache (or some other reverse proxy) and use that for getting a valid cert. [edit] Hang on, I may be wrong. I just compared to my config. I'm not sure why bind_addresses: ['0.0.0.0'] doesn't work but you could try replacing it with an empty string, which should cause synapse to bind to all addresses:
|
When starting my matrix docker service, I see
socket: Protocol not supported
printed many timesHere's the compose file:
And this is the output:
The text was updated successfully, but these errors were encountered: