Resolved! HTTP to HTTPS web server on STM32H735G-DK based on examples
I am trying to implement an TLS HTTPS server based on this HTTP Web Server sample:https://github.com/STMicroelectronics/x-cube-azrtos-h7/tree/main/Projects/STM32H735G-DK/Applications/NetXDuo/Nx_WebServerI have been trying to convert the above sample ...