Hello,
I have found a HTTP web server example(enet_io) in TivaWare for TM4C1294EXL which uses lwIP library. The example works fine for HTTP on port 80 using Ethernet.
Now I am planning to implement secure HTTP i.e. HTTPS for the same application. But I am not able find any help on web. So can anybody tell me how to make my device secure using HTTPS.
Thank You.