Hi Sandeep,

Not directly. HTTPS means HTTP+SSL/TLS. SSL/TSL is what bring you the 
encryption on top of TCP/IP and bellow HTTP. I think this is out of scope of 
LwIP, the LwIP source does not enable this. But you can use some SSL/TSL 
library together with lwIP to build HTTPS applications. I have used the” 
wolfSSL” library with LwIP with success to make HTTPS. They are other 
alternative such as mbed TLS, Cyclone SSL, etc.. They are plenty of example, 
just look at they support section.

Regards,

Antoine

From: lwip-users 
[mailto:lwip-users-bounces+antoine=riedonetworks....@nongnu.org] On Behalf Of 
Sandeep V.L.
Sent: 17 May 2017 10:17
To: lwip-users@nongnu.org
Subject: [lwip-users] HTTPS support in lwip

Hi all,

Does lwip support HTTPS?

Is there any example HTTPS webserver application available? I saw an HTTP 
webserver example.

Thanks
Sandeep
_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to