2022-04-05 12:13 AM
Hey friends
Im having a problem with the mbed tls on stm32h7 mcu.
I couldnt find any example for stm32h7 https client and im using stm32f4 instead but cant pass the handshake.
The error is generated in the ssl_read_record( ssl) funtion and it returns MBEDTLS_ERR_SSL_INVALID_RECORD .
Can any one help me?
If there is stm32h7 example on this topic i appreciate that.
The server im sendig get request is google.com and port is 443.