Search found 2 matches

by MarcusTapias
Tue Feb 01, 2022 12:41 pm
Forum: ESP32 boards
Topic: ESP32 to Mosquitto Broker over TLS
Replies: 7
Views: 8682

Re: ESP32 to Mosquitto Broker over TLS

pythoncoder wrote:
Sat Jan 29, 2022 11:06 am
The mqtt_as library has been tested on ESP32 with TLS.
Thanks so much for your answer, i'll check it out mqtt_as for sure.

I managed to make it work using mqtt.simple by adding the content of the certificates to the code.

Thanks guys!
by MarcusTapias
Fri Jan 28, 2022 7:09 pm
Forum: ESP32 boards
Topic: ESP32 to Mosquitto Broker over TLS
Replies: 7
Views: 8682

ESP32 to Mosquitto Broker over TLS

Hello everyone, I’m new here and I honestly hope that you can help me. I’ve been using a ESP32 device and trying to send messages to a Mosquitto Broker over SSL using the umqtt.simple library, but I keep struggling to establish the connection. When I tried to use the client.crt and client.key files ...