Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Robert Boardman on January 22, 2003, 11:35:22 PM
-
Hi all
Has anyone tried proxypass with ssl support
ie the apache server on e-smith converting the standard http from the internal server to https
I'm using e-smith 5.5
Thanks for your Help
Robb
-
You talking about doing this to circumvent the mod_gzip restrictions?
-
What Mod_gzip restrictions
no I have a webserver that cannot do ssl or passwords that I want to connect to across the internet using a password and ssl
Robb
-
I use ProxyPass with SSL for one of my internal servers on a 5.1.2 box.
Here are the two entries I have in my ProxyPass custom template. The first VirtualHost entry supports http and the second supports https.
ServerName myhost.mydomain.com
ProxyPass / http://myhost.mydomain.com/
ServerName myhost.mydomain.com
ProxyPass / http://myhost.mydomain.com/
Just a little info on my setup.
I have my SME Server configured for Server Only Mode. It sits behind a hardware firewall. The firewall forwards http and https traffic to the SME server and SME uses ProxyPass to send web requests to my Win NT, Win 2K and Solaris web servers.
I hope that helps.
Tony P.