-->
Page 1 of 1

able to listen to https request?

PostPosted: Wed Apr 29, 2015 11:41 am
by joefly888
Hello, I finally got my ESP8266 working to turn off/on led with onboard GPIO using LUA example

I was thinking of doing this for home automation. But the example is using Http url which is not very secure. Surely do not want people randomly turning on and off my lights and unlocking my garage door.

So is there a more secure way to do this using LUA, ie. using HTTPS requests, so I can at least hide the format that I am sending the requests??

Thanks