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:
I have been trying to convert the above sample to TLS HTTPS from this example code functions from the same GIT hub:
But I can't get the server to respond correctly from the clientHello, it responds with a short packet that should have been a serverHello. Using Wireshark to verify this.
The HTTP sample works fine on the STM32H735G-DK as it should.
I have also tried adapting the process described in Small Example System (TLS Web Server):
https://docs.microsoft.com/en-us/azure/rtos/netx-duo/netx-secure-tls/chapter2
The example above uses different functions than the STM32 hosted examples, but still have the same broken server response. I am sort of stuck now. I am posting this here because it looks like STM employees ported the Azure middleware over from Microsoft.
