eclipse / mosquitto.rsmb

Mosquitto rsmb
85 stars 42 forks source link

Sample configuration file contains invalid token #39

Closed michaelhaig closed 2 years ago

michaelhaig commented 2 years ago

When using the sample configuration file

# Uncomment this to show you packets being sent and received
#trace_output protocol

# Normal MQTT listener
listener 1883 INADDR_ANY
ipv6 true

# MQTT-SN listener
listener 1883 INADDR_ANY mqtts
ipv6 true

(found in the README.md file), the broker application spits out the following error message:

Unrecognized configuration value mqtts on line number 9

michaelhaig commented 2 years ago

OK. So this is a non-bug, the documentation doesn't make it clear that two variants of the broker are compiled, and if one runs up

$ ./broker_mqtts <config-file-name>

Then it's not an invalid token. Closing this defect.