A technician is tasked with securing a legacy web application that only supports HTTP, not HTTPS. The application is critical for internal operations but must be accessible remotely. What is the best way to secure the traffic without modifying the application?
A VPN encrypts all traffic between the remote user and the network, securing the legacy HTTP traffic without changing the app.
Why this answer