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

I have an Ubuntu 20.04 host running `mosquitto` container using `eclipse-mosquitto:1.6.7` In the same host, I have a backend container with multiple C# microservices connecting to the `mosquitto` container. Those...

I cannot connect to the broker from a C# app (Net framework 4.6.2 using MQTT NET nuget, windows 10) I am using mosquitto version 2.0.10). On the broker side I...

Hello, There is some limitations in bridge json format, because code don't allow to add multi pattern in json format. So I changed bridge_dynamic.c file (bridge__dynamic_parse_payload_new_json function) to allow add...

It would be nice to have Conan script and package available in conan-center

There are smart IoT devices that use the string represeantation of the MAC address as MQTT user name, i.e., a user name containing colon characters. In basic setups of Mosquitto...

Hi, I'm running Mosquitto v1.5.8 with enabled websockets, but I'm unable to connect from Firefox when the broker is running over TLS. Strange thing is that It works from Chrome/Chromium....

can i use a cert stored in TPM (Hardware) to auth a connection ? How? im using https://github.com/tpm2-software/tpm2-tools

I'm investigating a possible bug with mosquitto 2.0.15, where the server disconnects TLS clients after some time. Our server has +4000 TLS connections open with various clients (libmosquitto). Server is...

mosquitto version 2.0.15 ubuntu 20.04 2 networks cards on 0.x and 5.x IP this configuration don't send multiple/replicas messages to multiple brokers, the message sources is from 0.112 ``` connection...

After upgrading to 2.0.15, we observed that in about 50% of cases broker bridges are not created on start-up. The log shows the message ``` Expiring client local. due to...