Hello all!
Is the traffic between a client and a HTTP-server within a WPA2-secured WLAN sniffable from the outside?
Explanation: I work on a new project with ESP (
http://www.arduinesp.com/ ).
Such an ESP can be a client, as it also can be a server. However, I am not sure yet if such a server can be convinced to use HTTPS.
My question is: Can the http-traffic between client and server inside a WLAN be sniffed from the outside, when the router is using WPA2?
Our intention is to install a segregated WLAN, which will contain only some ESP devices and at least one dedicated PC. Those ESP ought not to be reached from anyone outside the WLAN. Only the PC (running a Nettalk Webserver, likely using https) will be accessible from the outer world via portforwarding. The question is abouit security inside that WLAN.
I tend to say that an attacker can record the WiFi-traffic, but has to break the WPA2 key to read the contents. In other words, its more or less secure, to have not encrypted traffic inside this segregated WLAN.
The data is only about temperature, humidity and that like, but here in Germany we have strict privacy laws, so I better plan ahead.
Thanks for any input,
Wolfgang