mosquitto icon indicating copy to clipboard operation
mosquitto copied to clipboard

Eclipse Mosquitto - An open source MQTT broker

Results 512 mosquitto issues
Sort by recently updated
recently updated
newest added

Problem: mosquitto is being used as a bridge for multiple local clients that are subscribing to topics on a remote MQTT broker. There is a large number (1000s) of topics...

Component: mosquitto-broker

I have seen that mosquitto got support for openssl 1.1.0 recently. as far as I understand this would also allow to limit the maximum fragment size sent on TLS connections....

Component: libmosquitto
Component: mosquitto-broker

I'm starting experiments with the very useful DNS SRV record for broker address discovery/retrieval. My setup is (now) a local dnsmasq server serving SRV records with (partial config): ```bash $...

Component: libmosquitto

We would like to add socket activation support, that is, systemd opens a TCP socket and listens for connections, once the first connection is made the mosquitto server is started...

Component: mosquitto-broker

Currently I can find out which remote broker the bridge is connected to by subscribing to "`$SYS/broker/log/N`", but because subscribing to this topic means I get all notices and not...

Component: mosquitto-broker

If the mqtt host resolves to both IPv6 and IPv4 addresses, and there is a routing issue over IPv6, mqtt should fall back to IPv4. See http://dev.eclipse.org/mhonarc/lists/mosquitto-dev/msg01633.html for more details.

Component: mosquitto-broker

Hello, I have a configuration where Mosquitto connects to RabbitMQ (source of messages) as a client and acts like a bridge, sending them to another system. I don't want to...

Component: mosquitto-broker

Even though they should not, topics can include spaces. Bridges configuration does not support this. https://github.com/eclipse/mosquitto/blob/master/src/conf.c#L1551 Should use `conf_parse_string`?

Component: mosquitto-broker

Is there any reason there isn't a way to load certs from memory? It seems mosquitto_tls_set only takes file paths. If I wanted to store private keys encrypted on storage,...

i changed the user password by command mosquitto_passwd. should i restart the mosquitto.exe to validate it?

Type: Question
Component: mosquitto-broker