-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E (19091) esp-tls-mbedtls: mbedtls_ssl_handshake returned -0x5180 (IDFGH-2482) #4594
Comments
@Vbansal1996 , Thank you for the Issue , The error code you mentioned is linked to We have some Miscellaneous API to check free heap size at runtime. for e.g.
These functions are available in |
Please, verify that enough heap is available , and notify if the issue still persists. Thank you ! |
What is the minimum heap requirement for the connection to get established? |
It is around 40KB - 45 KB ! |
If that is your free heap size at the time of connecting to AP ( before any TLS part is started ) I guess that is why you are facing the issue. |
40KB - 45KB free heap? |
yes this is the heap size after I am connected to AP, anyway to resolve this? |
I can list three options -
|
My one more concern is, when I using open network other than PEAP and trying to access the test site https://www.howmyssl.com/a/check then I am able to establish the connection.
|
Really? |
Sorry for that! But both shared the same libraries and api for https request. |
But are not sharing specs. Its really not the same, and problems you have with esp8266 can be completely different than with esp32 and for sure solutions are different.
|
@Vbansal1996 Yes please consider what @chegewara has said for next time , but no issues anyways , When you will use esp32 you can remember this stuff ;) , Also according to me , reducing memory usage is a better option for you. |
@Alvin1Zhang Can you Please move this issue to ESP8266_RTOS_SDK as it is related to |
OK Thanks for you help. I apologies for not providing the information. I had reported this issue to ESP8266_RTOS_SDK |
@AdityaHPatwardhan @chegewara Thanks for the support and efforts. @Vbansal1996 Thanks for reporting, saw an issue espressif/ESP8266_RTOS_SDK#806 had been created at ESP8266_RTOS_SDK. Please help note the issue template next time, will close this issue. Thanks. |
Hi
I am trying to connect with the https over peap authenticated network and getting this issue.
I am trying to find out this error code 0x5180 but it is not listed in ssl.h file or not even get much info behind this.
https url and network are private so can't share the details.
But over same network I am able to connect with http url.
Any idea or help in this regard.
Thanks
The text was updated successfully, but these errors were encountered: