cancel
Showing results for 
Search instead for 
Did you mean: 

TLS Web Server Implementation in STM32H743 using Azure RTOS

PG.9
Associate III

Greetings !

I am trying to incorporate TLS functionality on STM32H743 . I have tried implementing sample TLS Server Application on STM32H and I could able to send and receive data using simple TLS client which is developed using Python.

Now I am trying with TLS Webserver , here I am trying to display simple webpage .But here I am failing to establish the connection.

Requesting you kindly help me out to achieve this .

Thanks in Advance

1 REPLY 1
Haithem Rahmani
ST Employee

Hi @PG.9​,

Could you please have a look at the demo example provided by Microsoft?

https://github.com/azure-rtos/netxduo/blob/master/samples/demo_netxduo_https.c

regards

Haithem.