element-hq / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://element-hq.github.io/dendrite/
GNU Affero General Public License v3.0
3 stars 2 forks source link

Dendrite port 8448 not listening #3439

Closed matrixbot closed 1 week ago

matrixbot commented 1 week ago

This issue was originally created by @unixbird at https://github.com/matrix-org/dendrite/issues/3439.

Background information

Description

Federation tester does not seem to work and federation does not work. It looks like 8448 is not listening at all inside the container so the tester always fails. I can log into the server itself via Element after I create my admin user but Federated services do not work. Of course I could be misconfiguring something as I'm new to matrix.

Steps to reproduce

  1. run the docker image with kubernetes
  2. point ingress-nginx to 8008 for TLS + webui
  3. run federation tester and it fails.
matrixbot commented 1 week ago

This comment was originally posted by @unixbird at https://github.com/matrix-org/dendrite/issues/3439#issuecomment-2418356019.

Got this working by ultimately using a SRV record address pointing to port 443. 8448 seems to be a non issue.