I am looking to provide almost a... VPN of sorts... for my company. I can setup a reverse proxy for external people to get into our web apps with Squid. That's no problem. I can even setup stunnel on both ends to encrypt the traffic. (I could use SSH just about as well.) What my boss would like me to do, however, is not require any sort of tunnel.
I finally found and tried glype. I stuck it in an apache SSL server, and this is just about perfect, but one of the webapps that users will need to use gets gutted while passing through it, and won't work. (I've tried NOT stripping scripts, of course, but this has no effect.)
Am I missing a better way to do this, besides just giving up and trying (again) to setup an OpenVPN server? ;-)
