-
Whether it's Linux or Mac, I can run the container normally, but I can't connect to mosquitto normally.
docker image
eclipse-mosquitto:2.0.14
-
I'm getting the following stack-trace when connecting to an SSL enabled mosquitto broker. Could this be related to my mosquitto configuration? I didn't modify anything other than the necessary vaer…
-
i changed the user password by command mosquitto_passwd.
should i restart the mosquitto.exe to validate it?
-
From a friend i got an ESP sketch to get P1 readings form an powermeter and send them to an Mosquitto MQTT broker.
It works well.
I try to change the sketch so i can connect to two Mosquitto MQTT br…
-
Environment: Linux in embedded project, Mosquitto 1.6.12
Test steps:
1. Execute command with some time and date: date -s "2021-01-01 01:01"
2. Check logs in journalctl
```
Jan 01 01:01:24 SXXX mo…
-
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 TLS options: Fi…
vleeb updated
3 years ago
-
does anyone have a healthcheck to check the container, or is it in the container? how to use in docker-compose
-
Hello,
I am having a big problem getting new messages using libmosquitto. The scenario is:
1. There two clients (A and B) based on libmosquitto with a C++ application.
2. They are both publishers a…
apaly updated
4 years ago
-
I have setup mosquitto on docker using certificates to secure the connection. I have no username and password configured in mosquitto.
I am using this code to connect my wemos d1 mini to mosquitto wi…
-
I have setup mosquitto on docker using certificates to secure the connection. I have no username and password configured in mosquitto.
I am using this code to connect my wemos d1 mini to mosquitto wi…