You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if Hono is broken or Mosquitto, but since it is working with MQTTX tool and in Python with Paho library (not demonstrated that it works here), and with HTTP Hono Adapter, I report it to Mosquitto. It seems that mosquitto_pub is doing something different than MQTTX and Paho, but so far I could not figure out what and I suspect a bug.
Not sure if Hono is broken or Mosquitto, but since it is working with MQTTX tool and in Python with Paho library (not demonstrated that it works here), and with HTTP Hono Adapter, I report it to Mosquitto. It seems that
mosquitto_pub
is doing something different than MQTTX and Paho, but so far I could not figure out what and I suspect a bug.Hono documents that
mosquitto_pub
should work:https://eclipse.dev/hono/docs/user-guide/mqtt-adapter/#publish-telemetry-data-authenticated-device
Env:
Script used:
Output:
Expected outcome:
The
mosquitto_pub
command works and it's authenticated and can publish messages.What works:
Client Auth against test.mosquitto.org works just fine. So it might be that Hono is not acting well, but MQTTX and Paho can handle it.
The text was updated successfully, but these errors were encountered: