MQTT Connector with TLS Termination


Question 

How to deploy MQTT connector against MQTT Broker with TLS termination

Answer 

For MQTT Broker with TLS termination you need to use as a protocol ssl:// instead of tcp://

connect.mqtt.hosts=ssl://mqtt_broker_endpoint:port
--
Last modified: April 17, 2024