5 years, 7 months ago.

Netty TLS server with Mbed TLS makes failed: -0x7880 (-30848)

/media/uploads/iotbuilderkorea/mbed_error.png 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

/media/uploads/iotbuilderkorea/mbed_error.png /media/uploads/iotbuilderkorea/handler.png /media/uploads/iotbuilderkorea/netty_server_init.png

Be the first to answer this question.