cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement HTTPS webserver without FreeRTOS

Dreamer3D
Associate III

Hello,

I built a simple HTTP webservice with an F4,

Following the code provided by this tutorial made by ControllersTech

STM32 ETHERNET #6. HTTP SERVER PART 1 || Simple Webpage - YouTube

It works well.

Now I want to secure it without adding FreeRTOS

Would be possible to implement MbedTLS without FreeRTOS?

Is there different ways to secure my webserver? 

Not using FreeRTOS is a requirement for my project. 

Thanks for your help

Best regard

4 REPLIES 4
mbarg.1
Senior III

Should you decide to move to ThreadX NetXDuo, we can help.

Vani_123
Associate II

Hi, Have you implemented the HTTPS without RTOS.  I am also trying to add the secure for the web page. I am facing issues.

Are you implemented that code?

If you implemented that code means you need to send the document . what you changed.

LCE
Principal II

This can be used as a starting point:

http://131.159.60.228/docs/md___1_8getting_started.html

 

Vani_123
Associate II

Thanks for your response.

can you provide the https implementation using nucleo-h755zi-q . Otherwise provide with dual core micro controller implementation.