marcoschwartz / aREST

A RESTful environment for Arduino
http://aREST.io/
Other
1.2k stars 279 forks source link

HTTPS instead of HTTP? (Question) #276

Closed ONLYstcm closed 3 years ago

ONLYstcm commented 4 years ago

Just a quick question, I see aREST is over HTTP. Doesn't that mean information can be sniffed over a wireless network, if so would it be possible to implement a HTTPS server as opposed to HTTP.

marcoschwartz commented 3 years ago

Hello, all the aREST cloud requests are using HTTPS, and also the aREST devices communicate via a secure MQTT connection to the server :)

Of course locally it uses HTTP, we'll see if we can run an HTTPS server on some boards in the future.