Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 2 months ago.
Netty TLS server with Mbed TLS makes failed: -0x7880 (-30848)
I made simple TLS server using Netty framework, and customized follow example https://os.mbed.com/teams/sandbox/code/http-example/ (I just changed host address and SSL_CA_PEM)
Netty server finish connection without error but Mbed tls client cause 'mbedtls_ssl_read() failed: -0x7880 (-30848): SSL - The peer notified us that the connection is going to be closed' error.
How can I fix this and what is the problem? I attached server source and error screenshot please reference this Thank you for reading
etc, dependency netty version 4.0.33 final mbed os - 5.7 & 5.9 ( I tried both ) server was work well with postman