Hi,I wanted to know if it is possible to instantiate an HTTPS server on the Renesas S7G2 platform with the NetXDuo stack .. does anyone have an example from which I can start?
I saw that there is a WolfSSL source library with all the support for TLS connections, does anyone have an example of use from which to start to manage access with HTTPS to a simple home page?
Thanks,Simone
Hello,
wolfSSL provides some example projects for S7G2 at:
https://github.com/wolfSSL/Renesas/tree/master/wolfssl-5.7.4-commercial/IDE/Renesas/e2studio/DK-S7G2
You can also check the HTTP examples for S7G2 at:
www.renesas.com/.../search
Thanks !!
Is it possible to have an example of an Https server made directly with NetxDuo and the secure layer present in the SSP package?
Simone
I could only find a HTTP server example using NetX:
www.renesas.com/.../netx-http-server-module-guide-application-project
hello thanks for the answer,actually I have already managed to do the HTTP server and it works very well,I have problems making it become an HTTPS server using the TLS 1.3 protocol with the NetXDuo secure layer stack.I would need a working example of an HTTPS server...
ThanksSimone