Преглед изворни кода

allow anonymous access to mq but require cert

Signed-off-by: Matthew R. Kasun <[email protected]>
Matthew R. Kasun пре 3 година
родитељ
комит
652d8a1018
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docker/mosquitto.conf

+ 1 - 1
docker/mosquitto.conf

@@ -1,7 +1,7 @@
 per_listener_settings true
 
 listener 8883
-allow_anonymous false
+allow_anonymous true
 require_certificate true
 use_identity_as_username true
 cafile /mosquitto/certs/root.pem