Does anyone have any experience with SSL Offloading for legacy webservers. Basically looking for some info on how to implement the following
1. Webserver running legacy windows server OS that cannot be upgraded and therefore cannot implement https
2. Instead of upgrading server, guessing that a simple current Windows Server OS box can be setup to be a passthrough for all incoming https requests to the legacy webserver in http and then receive those requests in http from the legacy webserver and send them back to the client in https.
Can it be done? How and any considerations?
Thank You