Chat freely about anything...

User avatar
By murray
#12038 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.
User avatar
By Sprite_tm
#12066 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...