From ebf36ccace0456fdc2d43a2888204ff22aa4c39e Mon Sep 17 00:00:00 2001 From: Norbert <48217146+Noschvie@users.noreply.github.com> Date: Sat, 25 Jan 2025 16:45:25 +0100 Subject: [PATCH] Fix listener port number (#1456) --- docs/Self-signed-Mosquitto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Self-signed-Mosquitto.md b/docs/Self-signed-Mosquitto.md index 45bc4a044e..c62694c73b 100644 --- a/docs/Self-signed-Mosquitto.md +++ b/docs/Self-signed-Mosquitto.md @@ -306,7 +306,7 @@ Edit `/etc/mosquitto/conf.d/default.conf` as following: ``` protocol mqtt allow_anonymous false -listener 8884 +listener 8883 socket_domain ipv4 # Certs and Keys cafile /etc/mosquitto/ca_certificates/ca.crt