Search found 1 match

by henrique2512
Tue Jan 26, 2021 6:41 pm
Forum: ESP-IDF
Topic: How to use MQTT with SSL/TLS without using a certificate
Replies: 5
Views: 6210

How to use MQTT with SSL/TLS without using a certificate

My company uses a MQTT server for internal tests that uses SSL without certificates, so in order to connect to it i would need to configure my esp for doing the same, i tested on arduino IDE and i can connect to my company's server using the library WiFiClientSecure.h , but i'm starting a new projec...