mosquitto
mosquitto copied to clipboard
Eclipse Mosquitto - An open source MQTT broker
This time 08-ssl-connect-cert-auth-expired.py fails with 1741586296: OpenSSL Error[0]: error:0A000086:SSL routines::certificate verify failed extendedKeyUsage = serverAuth does not fix this. Note that this only happens with Debian unstable by now.
When I used mqtt 5.0, qos=2, clean_start=false, the mosquito server kept reporting "Client disconnected: Protocol error" or "Client disconnected: Malformed packet" , the client kept reconnecting and disconnecting. operator system:...
If the broker is down, messages with QoS 1 and QoS 2 are stored in a queue when using mosquitto_publish ``` mosquitto.h struct mosquitto struct mosquitto_msg_data msgs_out; struct mosquitto_client_msg *queued;...
I'm using the command `mosquitto_ctrl -u windcredible-admin -P 12345 dynsec addRoleACL sensor_role publishClientSend 'wind_turbines/+/+/+/+' allow 1` on a role I created previously. Shouldn't this command allow clients with this role...
For some embedded Linux devices with very old, slow CPU(s), amounts of RAM that can be counted with fingers and toes, and no/poor encryption library support, I compile Mosquitto without...
We were suffering from #3138 after update from 2.0.18 to 2.0.20. If the system time is changed all clients are disconnected from the broker Now I tried to update to...
If a client publishes a message using QoS=1 and disconnects before the broker can send the `PUBACK`, mosquitto will print something like `Client auto-8F57B354-93D8-2D3B-CDF4-1340A9256762 disconnected due to out of memory`....
Good day, My company uses the Mosquitto broker on an embedded device. We noticed that if time jumps forward, the broker spuriously disconnects all clients, citing timeout as the reason....
When trying to build mosquitto with LTO support [Debian bug #1015547](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015547) happens. This is still exactly the same with 2.0.21. Enabling LTO adds the flags -flto=auto -ffat-lto-objects to CFLAGS, CXXFLAGS,...
I am using mosquitto with the [dynamic-security](https://github.com/eclipse-mosquitto/mosquitto/tree/master/plugins/dynamic-security) plugin as part of [chirpstack-docker](https://github.com/chirpstack/chirpstack-docker). I need the dynamic security plugin to be controllable from another broker, so I have configured a bridge...