9 years, 3 months ago.

Does mbed MQTT support SSL/TLS?

hi, Does mbed MQTT support TLS?Since the security is very important,so we need MQTT support SSL/TLS.

Question relating to:

Deprecated This team is no longer maintained, please use: https://github.com/ARMmbed/mbed-mqtt instead.

2 Answers

7 years ago.

This maybe an old post, but for those who are still looking for a secure way to connect to an MQTT server .. I have experimented with mbed tls library a couple of hours back :

https://developer.mbed.org/users/vpcola/code/HelloMQTT/

It's QoS0 for now, the mqtt listener needs to be run on a separate thread.

9 years, 3 months ago.

Hi.

Yes it does.

I have written an example which uses CyaSSL, but I haven't made that code available because the CyaSSL license is GPL, which causes problems - the resulting executables can't be Apache licensed, for instance.

I will write up what I have done.

Ian