cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS client using STM32F429ZI

sonysev
Associate

Hi,

I am attempting to implement HTTPS on STM32 using CubeIDE, but it seems that there are no libraries available for this purpose. Is it possible to achieve this on STM32 using wolfSSL or any other alternative?

This is for study purposes; therefore, if necessary, I am open to changing the MCU to STM32H743ZI2.

4 REPLIES 4
Pavel A.
Evangelist III

Yes, SSL or TLS library such as wolfssl can be used for https.

Hi Pavel,

Could you provide an example or assist me in integrating this with STM?

STTwo-32
ST Employee

Hello @sonysev and welcome to the ST Community .

I suggest you to take a look at the UM1713 to have an Idea about the LwIP TCP/IP stack. I think it Can be helpful. For examples, you Can take a look at this exemple for the STM32F429ZI or this exemple for the STM32H743ZI and you Can find other exemples using other STM32 MCUs.

Best Regards.

STTwo-32 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

@sonysev  you can find more helping hands for your study effort here  or here.