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'm using mosquitto lib 2.0.18 to implement my MQTT client. I met a issue like this: My app forked 2 child processes as 2 MQTT clients. After running for 5...

Component: libmosquitto
Status: Needs info

Hello Mosquitto maintainers and community, I’m working on deploying **Eclipse Mosquitto** on Kubernetes using Helm, and I’d like to use a chart whose **templates** and **values.yaml** are version-controlled alongside the...

Status: Available

Version: 28f9147 **Description:** The function X509_STORE_CTX_get_ex_data() can return NULL, so a NULL check is needed at line 57 in mqtt_protocol/mosquitto/lib/tls_mosq.c. When X509_STORE_CTX_get_ex_data() returns NULL, the runtime ASAN Log shows: ```...

Status: Available

In testing #3387 , I discovered a segfault related to delayed auth (which exists in the develop branch today). In handle__connect, this block crashes: ```c /* Check for an existing...

Component: mosquitto-broker
Status: Completed

In `mosquitto_sub`, I would like to receive binary data, while also getting the other data in a json format. When I try to receive binary data now, I get an...

Hi there, For context, I want to extend the TLS authentication to perform an additional check on the MQTT clients. The certificates for each MQTT client have a CN with...

I was now struggling a whole day long with trying to get mosquitto_sub running with certificate files on a newly installed xubuntu 20.04, but was always getting "Error: Problem setting...

Hello, im just trying to send some data using certificates. But i cant mention how to fix Error: Problem setting TLS options: File not found. My command looks like this:...

Type: Question
Component: mosquitto-clients
Status: Blocked

The properties `uid` and `gid` of the struct `lws_context_creation_info` are defined as type `uid_t` and `gid_t`, which both resolve to `unsigned int`, respectively. ``` websockets.c: In function ‘mosq_websockets_init’: websockets.c:702:20: warning:...

Status: Available

I found #1333 that he used DOCUMENTATION as the name of the option (in the main CMakeLists.txt), while WITH_DOCS is used in `README` and `config.mk`. Please fix the name of...

Status: Available