Skip to main content

Questions tagged [mqtt]

0 votes
0 answers
95 views

Is there an example configuration of eclipse-mosquitto 2.x (docker container) on Kubernetes to restart automatically the pod when cert-manager obtains a new Let's encrypt certificate automatically (...
Stefano Cappa's user avatar
0 votes
1 answer
76 views

I’m configuring Zabbix Agent 2 (v7.2.0) to fetch data from an MQTT broker over TLS and forward it to a Zabbix Server (containerized). Despite the certificates existing, I’m encountering the error: ...
rugby82's user avatar
  • 101
0 votes
0 answers
85 views

My setup is the following: Raspi 5 running Home Assistant and Mosquitto broker (runs in a docker ). Connected to LAN via cable. Embedded devices (ESP8266 and others) are connecting via WLAN to ...
Nutiu Lucian's user avatar
0 votes
0 answers
259 views

I have installed zigbee2mqtt on my AlmaLinux 9 host. When I start zigbee2mqtt it fails with error: Inappropriate ioctl for device setting custom baud rate of 115200 Relevant info below: npm start &...
TSG's user avatar
  • 2,094
-1 votes
1 answer
222 views

I'm finding it very difficult to get the right combination of elements to have python paho-mqtt communicate securely with an eclipse-mosquitto container, although this question is only about the ...
Deepstop's user avatar
0 votes
1 answer
602 views

I have two servers with relatively fresh installs of CentOS 9 Stream on the same network. I can ping and ssh between them so can prove basic connectivity. serverA AFAIK has port 1883 (mqtt) open and ...
Geordie's user avatar
  • 135
1 vote
1 answer
4k views

I posted this on stack overflow however they reccomended I post it here, I recently installed the Mosquitto MQTT broker on Windows 11, and I managed to get it working locally between different command ...
Cillian O'Toole's user avatar
1 vote
1 answer
2k views

I need to proxy a lot of MQTT connections (over 200K) and distribute them over a number of ports at the backend server. Below is my Nginx configuration. load_module /usr/lib/nginx/modules/...
Yehan Pemarathne's user avatar
0 votes
1 answer
370 views

I am trying to host a mqtt broker on google VM and open port 1883.The external IP address of VM is ephemeral. Can I know why the telnet to the IP of VM is failed? firewall config port 1883 telnet ...
Tim's user avatar
  • 1
0 votes
0 answers
3k views

I'm having problems configuring mosquitto with SSL. Everything works fine in clear text (1883) but when I do the SSL configuration and test it (8883), I get the following errors: mosquitto_pub --host ...
theirman's user avatar
0 votes
2 answers
2k views

I have followed the instructions to configure Mosquitto on CentOS 7, provided by digital ocean. I believe I have most of the stuff set up correctly, I was able to follow all the instructions with some ...
Ben's user avatar
  • 143
2 votes
1 answer
4k views

I am trying to create a default access for all users unless specified in the ACL file. I have allow_anonymous set to false. However, if a user is in the password file, I want that user to be able to ...
Blaine Sherman's user avatar
1 vote
1 answer
4k views

I'm trying to install the mosquitto package, but when I type sudo apt-get install mosquitto it returns E: Unable to locate package mosquitto. I already ran sudo apt-get update and sudo apt-get upgrade....
Schneggl's user avatar
1 vote
1 answer
567 views

I tried to do load test on MQTT from my MACOS, and was able to successfully achieve more than 12k connections till my bandwidth got exhausted. I tried to do the same test on GCP machine and it gave me ...
Dhruv Sehgal's user avatar
0 votes
1 answer
757 views

I am using mosquitto as a broker to exchange data between clients using the MQTT protocol. But recently I have the following phenomenon. My mosquitto sometimes connects very hard and sends it too. ...
Nguyen Ba Hien's user avatar
8 votes
2 answers
15k views

I have been trying to set up ChirpStack in a Kubernetes space, but it doesn't seem to be working for me, and I can't find any resources online that have been the solution. **chirpstack-application-...
J M Smith's user avatar
2 votes
1 answer
535 views

I'm using helm to install vernemq on my kubernetes cluster The problems is it can't start, I accepted the EULA Here is the log: 02:31:56.552 [error] CRASH REPORT Process <0.195.0> with 0 ...
Lê Minh Quân's user avatar
0 votes
1 answer
1k views

I have packets captured during not encrypted MQTT communication: Protocol is detected as TCP. How to ask Wireshark to analyze packets as MQTT? UPD In case I set MQTT server work on default 1883 port ...
vico's user avatar
  • 99
3 votes
2 answers
4k views

I'm currently trying to setup a MQTT broker (VerneMQ) on my kubernetes cluster (GKE). At the moment I'm using nginx-ingress-controller with a Google provided L4 load balancer. The VerneMQ deployment ...
hengel28's user avatar
0 votes
1 answer
392 views

I've setup hostapd on a RP3 so I could connect some IoT devices to it. Inside the RP3 I have several docker containers, one of which is running a MQTT Broker. The MQTT Broker is running on a bridge ...
jtomasrl's user avatar
  • 101
1 vote
1 answer
3k views

I am trying to apply HAProxy acl to choose mqtt broker backend is not working. I have tried following HAProxy configurations. Environment: HAProxy version: 1.8.19 MQTT Broker: EMQ X Broker version ...
Shaukat Mahmood Ahmad's user avatar
0 votes
1 answer
3k views

I'm rather new to this, so please be patient. My setup is essentially thre devices using mqtt, connecting through two brokers both running emqx. Both emqx brokers are also supposed to be set up as ...
Brandon's user avatar
7 votes
1 answer
13k views

In my production server we have several upstreams which are docker containers running behind a reverse proxy with nginx. One of this containers is a mqtt broker (mosquitto) that we use to connect ...
raven's user avatar
  • 121
1 vote
0 answers
5k views

I've setup several server blocks for websites with NGINX. I can reverse-proxy (as well as force all traffic to https on these sites). I'm trying to setup a MQTT broker so that it uses SSL. server { ...
Mike Forman's user avatar
0 votes
0 answers
1k views

EDIT: I wrote a python script that starts mosquitto client with TLS options ON. All worked fine when I run it from command line (w/o sudo). Now it broke after re-installing some packages. However, I ...
Nazar's user avatar
  • 103
1 vote
1 answer
5k views

I'm very new to this, so I apologize if I may not even get the terms right. What I'm trying to accomplish is a reverse proxy with Nginx where I listen to https (port 443) and MQTT (port 8883) and ...
Eradicatore's user avatar