Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Dendrite never listens on -https-bind-address :443 -http-bind-address :80, never fails either #3434

Open
paigeadelethompson opened this issue Sep 28, 2024 · 2 comments

Comments

@paigeadelethompson
Copy link
Contributor

When these options are specified, there should be an expectation that this condition is reached:

time="2024-09-28T13:00:36.332861661Z" level=info msg="Starting external listener on :80"
time="2024-09-28T13:00:36.333589366Z" level=info msg="Starting external listener on :443"

if not then it should be fatal, and it shouldn't be doing anything else.

@paigeadelethompson
Copy link
Contributor Author

paigeadelethompson commented Sep 28, 2024

on working server:

time="2024-09-28T13:17:41.519923126Z" level=info msg="Server is ready" component=jetstream
time="2024-09-28T13:17:45.523372424Z" level=info msg="Enabled perspective key fetcher" num_public_keys=2 server_name=matrix.org
time="2024-09-28T13:17:46.368612095Z" level=info msg=PerformDeviceCreation context=missing device_id=0x40055d4f40 display_name=0x40055d4f40 localpart=MATRIX
time="2024-09-28T13:17:46.379112327Z" level=info msg="Enabling shared secret registration at /_synapse/admin/v1/register"
time="2024-09-28T13:17:46.379628956Z" level=info msg="Enabling server notices at /_synapse/admin/v1/send_server_notice"
time="2024-09-28T13:17:46.402494349Z" level=info msg="Setting m.server as server.com:443 at /.well-known/matrix/server"
time="2024-09-28T13:17:56.892388387Z" level=info msg="Starting external listener on :443"
time="2024-09-28T13:17:56.892931175Z" level=info msg="Starting external listener on :80"

other server isnt working it only does this part, donno why

monolith-1  | time="2024-09-28T13:24:09.097399304Z" level=info msg="Server is ready" component=jetstream

Never binds the hosts never sets up the shared secret reg, never enables serv notices never enables perspective key fetcher, should be the reason that it stops running buit instead it starts trying to send stuff to other homeservers even though its unreachable

Not enough debug logging info, there really should be more because I will literally never figure out why that's broken the way it is now

@paigeadelethompson
Copy link
Contributor Author

something is hung up in waiting or blown out before

logrus.Infof("Starting external listener on %s", externalServ.Addr)
but it's not apparent what; more logging might help

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

No branches or pull requests

1 participant