Skip to main content
Explorer II
March 27, 2025
Question

How to implement HTTPS webserver without FreeRTOS

  • March 27, 2025
  • 4 replies
  • 745 views

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

    This topic has been closed for replies.

    4 replies

    Graduate
    March 27, 2025

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

    Explorer
    April 28, 2025

    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.

    Graduate II
    April 28, 2025

    This can be used as a starting point:

    http://131.159.60.228/docs/md___1_8getting_started.html

     

    Explorer
    April 28, 2025

    Thanks for your response.

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