Hi I am facing some difficulties trying to connect to a MQTT broker to receive messages via TLS. I cant find any documentation on the camel mqtt component how to use ssl or tls.
The route looks like this: from("mqtt:bar?host=tls://iot.eclipse.org:8883&subscribeTopicNames=#") .transform(body().convertToString()) .to("mock:result"); My question is how and where do I implement the .crt file? -- View this message in context: http://camel.465427.n5.nabble.com/MQTT-route-with-TLS-certificate-crt-tp5776904.html Sent from the Camel - Users mailing list archive at Nabble.com.