Open kuolemaaa opened 6 days ago
I feel like this is related to the fact that I am using a reverse proxy that is Traefik 3 and maybe is related to this issue https://github.com/nanomq/nanomq/issues/1801
Replied you at another issue thread.
listeners.ws { bind = "0.0.0.0:1884/" }
is not even valid without proxy.
Describe the bug I use Owntracks on android device, Owntracks connects to a MQTT broker to share position with other devices.
I'm trying to migrate from mosquitto to nanomq since it seems to customize the path fo the websocket listener, like
The problem is that owntracks doesnt manage to connect to the nanomq broker even with a normal websocket connection
While other clients, like MQTT Explorer & MQTTX, can, without problems.
I'm opening the issue here because it reports:
Incorrect connection header
Expected behavior Owntracks should connect to the broker without any problems
Actual Behavior Here a piece of the log of Owntracks
To Reproduce If possible include actual reproduction test code here. Minimal C test cases are perferred.
Environment Details
Client SDK If possible include the mqtt sdk you used to connect to nanomq Minimal C test cases are perferred.
Additional context Add any other context about the problem here.