how to change the built-in MQTT broker to use SSL?
-
The various options for moquette described in the myController configuration do not change its initialization..
example:
mcc.mqtt.broker.sslEnabled=true mcc.mqtt.broker.mqttPort=1883 mcc.mqtt.broker.mqttsPort=8883 mcc.mqtt.broker.websocketPort=7080 mcc.mqtt.broker.allowAnonymous=false mcc.mqtt.broker.enabledOnBackend=true mcc.mqtt.broker.sslKeystoreFile=../conf/homediy.jks
-
@Clone-Tv you have to restart the MyController service. if yo change anything on the mycontroller.properties.
Did you? -
@Clone-Tv Sorry, ignore my last post.
From where did you get these SSL configurations?
I do not see anywhere that inbuilt broker SSL support -
-
-
@jkandasa
Thanks for the answer, there is hope to expect the implementation of these commands in MyController, at least at the level of the configuration file? It shouldn't be that hard to do, and declare the options "experimental" -
@Clone-Tv Sure, I will check and report back.
-
@jkandasa
Thank you very much, I will look forward to it