Page 1 of 1

MQTT SSL Library

Posted: Fri May 18, 2018 4:30 am
by borch84
Hi Community,
I am trying to add MQTT Secure Client connectivity to my ESP32. Do you know which MQTT library I can use with SSL capability ? My MQTT broker uses certificates to establish the connection. I was able to use the WifiClientSecure.h and Adafruit MQTT library using the Arduino IDE. I was wondering if I can use those libraries in the GATT Client in order to add WiFi + MQTT features. Thank you.

Re: MQTT SSL Library

Posted: Fri May 18, 2018 5:52 am
by loboris

Re: MQTT SSL Library

Posted: Fri May 18, 2018 11:25 am
by euripedes
I did an integration of Paho MQTT recently for internal use, no open source sorry.

https://github.com/eclipse/paho.mqtt.embedded-c

It was not hard to integrate with mbedtls.

Re: MQTT SSL Library

Posted: Fri May 18, 2018 6:32 pm
by borch84
Thank you, I am going to take a look. Regards.

Re: MQTT SSL Library

Posted: Sat May 19, 2018 8:10 pm
by borch84
I confirm I was able to use tuanpmt's mqtt_ssl with my mqtt broker. Thank you.