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

Hello! We set a mosquitto broker at every client we have up and today someone accidentally used 2.0.13 instead of 2.0.7, which worked previously using this config: ``` listener 1883...

Component: mosquitto-broker
Status: Needs info

We would like to use a field from the SubjectAlternativeName in a x509 client certificate as the username in mosquitto. I already have a local patch that adds the behavior...

Component: mosquitto-broker

``` mosquitto-2.0.14 cat /etc/os-release NAME="Rocky Linux" VERSION="8.5 (Green Obsidian)" ID="rocky" ID_LIKE="rhel centos fedora" VERSION_ID="8.5" PLATFORM_ID="platform:el8" PRETTY_NAME="Rocky Linux 8.5 (Green Obsidian)" ``` command used to publish: mosquitto_pub -h host -q 1...

Type: Bug
Component: mosquitto-broker

# Context mosquitto version 1.5.8 running on a docker container: https://hub.docker.com/layers/eclipse-mosquitto/library/eclipse-mosquitto/1.5.8/images/sha256-6e8fb0e118f09f24e7d51ab2397f6bad4545f320cec4484068b98acfec851398?context=explore Tests were performed with generic paho mqtt python package. The mqtt broker contained 12k messages retained. # First test:...

Type: Bug
Component: mosquitto-broker

It is not possible to use an OpenSSL engine with the CLI tools included with Mosquitto. In mosquitto_string_option() in options.c, there is a call to ENGINE_by_id() that will always fail...

Type: Bug
Component: libmosquitto
Status: Completed

I am using mosquitto 2.0.14-0 on my host system. Configuration is default. To evaluate transmission time (latency) between two clients, I wrote one sender which sends the current timestamp as...

Component: mosquitto-broker

Hi, I found a scenario in which the mosquitto_loop_stop(), called with force=false, never returns, leaving the hosting application stuck forever: mosquitto_loop_stop() remains blocked on pthread_join() call, because the network thread...

Type: Bug
Component: libmosquitto

- [x] Have you signed the [Eclipse Contributor Agreement](https://www.eclipse.org/legal/ECA.php), using the same email address as you used in your commits? - [x] Do each of your commits have a "Signed-off-by"...

I am running the latest eclipse-mosquitto docker image (currently 2.0.12) on a raspberry pi 4 with 'Raspian GNU /Linux 10 (buster)'. I find that when I mount a config file...

Component: mosquitto-broker
Component: packaging
Status: In Progress

Running the latest mosquitto docker container (eclipse-mosquitto:2.0.12) I noticed that logging to stdout is buffered when no tty is present (running docker without `-it`). The problem can be observed using...

Type: Bug
Component: mosquitto-broker