I'm trying to setup a reverse proxy in my DMZ that will create an SSL connection to internet users. The proxy will then connect clients to backend Apache and Tomcat servers unencrypted in my local network.
I hoping to set something up on Debian like
Pound. Apache seems like a pain in the butt to configure for this, and Squid seems like overkill.
So far I have had little success getting it setup the exact way I want it.
Does anyone know of a good How To?
Thanks!