relaysrv: unknown response type from server 400

Hello everyone,

I noticed that a few days ago, strelaysrv began logging this once an hour:

pool.go:61: https://relays.syncthing.net/endpoint unknown response type from server 400`

This happened after a reboot into a new Linux kernel version (4.16.5 from 4.15.17). What would be the best way to debug this? I tried STTRACE=all and -debug, but got nothing interesting.

Thanks in advance!

This means the relaypool failed to connect to your relay. Either the relay is behind a nat or the IP advertised is the wrong one, or you have a firewall blocking incoming connections on the relay port.

It turns out that Linux’ HTB was dropping Syncthing’s outgoing packets instead of properly classifying them.

Thanks for your help!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.