esp32-http-firmware-update-over-the-air icon indicating copy to clipboard operation
esp32-http-firmware-update-over-the-air copied to clipboard

Certificate

Open sapuz1508 opened this issue 5 years ago • 2 comments

What should i put in the certificate field in order to connect successfully? The .crt file? The .pem file content? (String) The .key file or content?

Help me pls!

sapuz1508 avatar May 13 '19 17:05 sapuz1508

Hi,

Follow this http://www.iotsharing.com/2017/08/how-to-use-esp32-mqtts-with-mqtts-mosquitto-broker-tls-ssl.html?m=1

nhatuan84 avatar May 19 '19 11:05 nhatuan84

In the case statement, set:

info.caCert = NULL;

E3V3A avatar Jun 21 '19 15:06 E3V3A