256dpi / arduino-mqtt

MQTT library for Arduino
MIT License
1.01k stars 232 forks source link

Fix esp32 TCP connection by skipping verification #246

Closed hideakitai closed 3 years ago

hideakitai commented 3 years ago

ESP32DevelopmentBoardSecure example couldn't connect to shiftr.io. This turns off certificate and/or fingerprint verification same as AdafruitHuzzahESP8266Secure example.

256dpi commented 3 years ago

Thanks for the contribution. Could you add the comment from the other example as well?

hideakitai commented 3 years ago

Thank you for the review, I've added the comment and replaced the example url from esp8266 to esp32.

256dpi commented 3 years ago

Thanks!