Part Number: CC3235MODSF
Hi Kobi, or others,
I tried the MQTT example with TLS 1.3, it's running okay with MQTTonly. However, when I adding HTTP most likely the second SSL/TLS handshake with fail, with error code:
#define MBEDTLS_ERR_SSL_HANDSHAKE_FAILURE -0x6E00
same error regardless of HTTP or MQTTruns first.
if I run only MQTT or HTTP, it runs every time. But not both.
is the mbedtls port thread safe? any guidance on how to support https and mqtt at the same time?
thanks,
Andy