Koozali.org: home of the SME Server

Proxypass with SSL

Robert Boardman

Proxypass with SSL
« 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

Nathan Fowler

Re: Proxypass with SSL
« Reply #1 on: January 23, 2003, 12:33:06 AM »
You talking about doing this to circumvent the mod_gzip restrictions?

Robert Boardman

Re: Proxypass with SSL
« Reply #2 on: January 23, 2003, 02:24:11 AM »
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

Tony P.

Re: Proxypass with SSL
« Reply #3 on: January 25, 2003, 02:27:16 AM »
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.