Please see these 2 stackoverflow posts:
Implementing TLS over HTTP in STM32F303RC using W5500 https://stackoverflow.com/questions/67522903/implementing-tls-over-http-in-stm32f303rc-using-w5500
HTTPS Handshake Debugging https://stackoverflow.com/questions/67534996/https-handshake-debugging
In short I have implemented mbedtls over an HTTP Client but I am not sure if it's working or not, when I debug using wireshark I can see the handshake and the encrypted data sent to the server, but I don't see any records added to mysql database.
[image: 1.PNG]
mbed-tls@lists.trustedfirmware.org