Skip to main content
PG.9
Associate II
March 15, 2023
Question

TLS Web Server Implementation in STM32H743 using Azure RTOS

  • March 15, 2023
  • 1 reply
  • 1246 views

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

This topic has been closed for replies.

1 reply

Haithem Rahmani
ST Employee
March 16, 2023

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.