Open MichalNemec opened 6 months ago
I had this exact issue, in my case it was that the netbird-signal
service wasn't proxied correctly. I use traefik, and while messing around with things I must have accidentally left an entrypoint:
directive (essentially listen address) where I didn't mean to.
For reference, heres my current server config. Make sure the signal service is accessible on your https://domain.example.com:443
externally, not :80
or something like that.
I got the same error too with traefik. In my case, the issue was the Signal block in management.json
had the port mentioned as :80
instead of the expected :443
- most probably because I must have accidentally changed NETBIRD_SIGNAL_PORT
to 80
in the setup.env
while setting it all up.
This is how the Signal block in management.json
should look like
"Signal": {
"Proto": "https",
"URI": "netbird.yourdomain.com:443",
"Username": "",
"Password": null
},
Describe the problem
No header sent from signal
To Reproduce
Steps to reproduce the behavior:
Expected behavior
signal should work properly
Are you using NetBird Cloud?
-
NetBird version
0.27.10
NetBird status -d output:
-
Screenshots
-
Additional context