mirror of
https://github.com/cesanta/mongoose
synced 2026-08-25 22:26:06 -04:00
Fix Ubuntu starting Mosquitto right after install Skip TLS on localhost on MacOS with MbedTLS fix MQTT_LOCALHOST for built-in TCP/IP tests
7 lines
187 B
Text
7 lines
187 B
Text
allow_anonymous true
|
|
listener 8883 127.0.0.1
|
|
cafile /etc/mosquitto/certs/ca.crt
|
|
certfile /etc/mosquitto/certs/server.crt
|
|
keyfile /etc/mosquitto/certs/server.key
|
|
#
|
|
listener 1883 127.0.0.1
|