I've been using public WiFi networks, and I always make sure to connect to HTTPS websites. However, I'm concerned about the security of my information. If I'm on an insecure WiFi network but using a site that employs HTTPS, can I trust that my data is encrypted and protected from prying eyes? Also, what does it mean when my browser displays the warning "Your connection is not private"?
2 Answers
If you’re using a modern browser and not ignoring security warnings, your connection to HTTPS should remain secure. While others on the same network may see that you’re connecting to a site like 'mybank.com', they can’t actually see your transmitted data. Just remember, the bigger risk comes from letting anyone on the public WiFi monitor or attack your device—so even though HTTPS is quite safe, using private WiFi is always better.
If you're on an insecure WiFi, it means that someone could potentially eavesdrop on the traffic between your device and the router. But if you're using a verified HTTPS connection, your data is encrypted, so anyone snooping on that network would only see jumbled data. However, some traffic, like DNS requests, could still be visible to attackers. The warning you mentioned usually indicates a problem with the website’s security certificate, so you should be cautious before proceeding.
That's true! The real danger with unsecured networks is that you don’t know who else is connected to it. While your encrypted data is relatively safe, the network could still be susceptible to certain types of attacks. Being cautious is key!

Interesting point! Would using HTTPS over a reliable VPN make my connection as safe as a secure private network?