async-mqtt-client
async-mqtt-client copied to clipboard
TLS support for esp32 using AsyncTCP/mbed-tls of fremouw
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.
JFYI, rebased to the actual branch: https://github.com/b4ck5p4c3/async-mqtt-client/tree/ca-cert-support