Question
cryptic console output for mbed TLS on B-L475E-IOT01A
Setting the RTC from the network time.
Connecting to www.gandi.net at ipaddress: 151.101.37.103
200241d8 => C:\STM32CubeExpansion_Cloud_AWS_V1.4.0\Middlewares\Third_Party\mbedTLS\library\ssl_tls.c:4643: x509_verify_cert() returned -9984 (-0x2700)
Configuring the RTC from Date: Thu, 21 May 2020 20:41:55 GMT
*** Firmware version management ***
Press the BLUE user button within the next 5 seconds
to change the firmware version
AWS IoT SDK Version 3.0.1-
MQTT connection in progress: Attempt 1/3 ...
2002c0b0 => C:\STM32CubeExpansion_Cloud_AWS_V1.4.0\Middlewares\Third_Party\mbedTLS\library\ssl_tls.c:3831: mbedtls_ssl_handle_message_type() returned -30848 (-0x7880)Apart from the error message itself, how does mbed tls module know the file path?
Why is the file path not the one I used (I used version 1.5.1)?
What is the number 3831 in ssl_tls.c:3831?
Thanks!
