Open witnessmenow opened 3 years ago
Latest ESP32 requires some form of verification of the server you are connecting to, or a client.setInsecure(). There is probably no reason to not use the cert for the ESP32 though.
client.setInsecure()
Examples probably need to be updated to reflect this..
Latest ESP32 requires some form of verification of the server you are connecting to, or a
client.setInsecure()
. There is probably no reason to not use the cert for the ESP32 though.Examples probably need to be updated to reflect this..