-
Here is the my broker configuration bridge file.
```connection home_connection-15646
address broker.emqx.io:1883
#bridge_cafile /etc/mosquitto/certs/ca.crt
#bridge_certfile /etc/mosquitto/cert…
-
Hi,
I've used `mosquitto 1.6.10` for a long time and recently has updated to 2.0.18 (built from sources).
When I try `systemctl start mosquitto.service` I receive this error: `Job for mosquitto.se…
-
thanks for this great peace of software.
I got it to work as a docker and connection to a mosquitto server without user and password
it connects and is sending data to mqtt like a charm :-)
But …
-
The paho-client library repeatedly disconnects and connects when creating a client connection to moquette. This does not happen when connecting with the mqttx test tool but drops and reconnects every …
-
mosquitto client tools have a mechanism to connect to the an MQTT 5 broker like so:
`mosquitto_sub --host $broker--port $port --topic "/#" -v --debug --cafile /var/run/certs/ca.crt -D CONNECT authe…
-
Platform: Ubuntu
Mosquitto version : 2.0.15, but the issue is also observed in previous versions.
Initial condition
- Mosquitto broker is started as a service (with systemd)
- Mosquitto broker i…
-
I'm trying to connect to the MQTT broker using the MqttBrowserClient in my Flutter application, but I'm encountering issues.
The Broker URL: wss://test.mosquitto.org:8080/mqtt
![image](https://g…
-
Hi I'm trying to integrate the Mosuitto broker in Dapr example instead of Redis.. I'm creating services in docker container.
I have modified docker-compose.yml and mosquitto.cnf and components/pubsu…
-
`Error: Websockets support not available. `
I tried versions x86 and x64.
Then I tried 2.0.12 and the error wasn't present
Configuration:
```
listener 1883
allow_anonymous true
listener…
-
Currently the HiveMQ MQTT auth code runs in-process within the MQTT broker. This is the way HiveMQ expect auth plugins to run and is common practice generally in the Java world but has some disadvanta…