-->
Page 1 of 1

Simple HTTPS webserver

PostPosted: Mon Mar 16, 2015 4:03 am
by murray
Hello All,

Is anyone aware of a simple HTTPS example? I'm looking for a minimal SSL implementation, not the whole NodeMCU/Lua thing. Is anyone aware of such an example?

Thanks.

Re: Simple HTTPS webserver

PostPosted: Mon Mar 16, 2015 5:23 pm
by Sprite_tm
You may be able to modify esphttpd to do that: in theory, it's just a case of modifying the socket create and (iirc) accept functions. I'd do it for you but I'm pretty short on time these days, unfortunately...