-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
mbedtls_ssl_handshake return -0x5180 (GIT8266O-376) #806
Comments
The -0x5180 error code corresponds to MBEDTLS_ERR_MD_ALLOC_FAILED, i.e. you are running out of heap space. |
I am using master and using the latest commited SDK in master, and I am getting this issue. Is there any way to resolve this issue? |
You could try to decrease the TLS maximum incoming fragment length option value with |
ok Thanks I will check and update. |
I make the changes and not getting the error but now It is giving me the 502 bad gateway issue |
Thanks for your help I am able to resolve the issue. |
Thanks!! |
Hardware description - nodemcu 12E module
Problem:
I am trying to make GET request to the https url. I am connected to WPA2 Enterprise network.
When ever I tried to make the connection with the host url I am getting this error.
I am not able to Identify the error reason, or meaning of this error.
This error value is not even listed in ssl.h file.
Can I get any help in this.
The text was updated successfully, but these errors were encountered: