async-mqtt-client icon indicating copy to clipboard operation
async-mqtt-client copied to clipboard

TLS support for esp32 using AsyncTCP/mbed-tls of fremouw

Open fAuernigg opened this issue 5 years ago • 2 comments

fAuernigg avatar Sep 30 '20 23:09 fAuernigg

Note: Simplest way of testing this PR with mqtts on esp32 is to call mqttClient.setSecure(true); mqttClient.setRootCa("", 0); This way mqtts protocol is supported. Anyhow rootca validation is not done this way.

fAuernigg avatar Oct 01 '20 00:10 fAuernigg

JFYI, rebased to the actual branch: https://github.com/b4ck5p4c3/async-mqtt-client/tree/ca-cert-support

a-andreyev avatar Sep 10 '22 22:09 a-andreyev