Using TLS with the MQTT C++ Client
I’ve been asked a few times whether the Paho embedded client library will work with TLS. It will, but the only platform where I’ve written the code to do it so far is on mbed mbed. The reason why it hasn’t been widely publicised is that it uses the CyaSSL TLS library, which is licensed under the GPL. This means binaries linked with CyaSSL also have to be GPL, rather than the Apache license usually used on mbed, or the Eclipse licenses used for Paho.
Read more
When the ARM TLS Library has been released under the Apache license, we will include the TLS code to use it in the MQTT library.
3 comments on Using TLS with the MQTT C++ Client:
Please log in to post comments.
Hi, any news on implementation mbedTLS to MQTT library?
Thanks