How to implement SSL/TLS in cesanta mongoose embedded?
I am trying to implement SSL/TLS in my web server in an embedded system, according to mongoose tutorial I have written the following code which uses mongoose builtin TLS1.3. But I get “TLS not enabled” error once server accept the connection. Can someone tell me what is the problem in code. I have also enabled the pre-processor variable MG_TLS=MG_TLS_BUILTIN
.