How to deploy MQTT connector against MQTT Broker with TLS termination
For MQTT Broker with TLS termination you need to use as a protocol ssl:// instead of tcp://
ssl://
tcp://
connect.mqtt.hosts=ssl://mqtt_broker_endpoint:port
On this page