plug wrote: > I have a Apache box serving a couple of websites for me. I have a > couple of directories ProxyPass'ed to another machine. This all works > like a champ. One of the applications running on the machine being > ProxyPass'ed TO requires https, also. This is where I'm having > troubles. The following is from my server's configuration file: > > > ServerName https.tm.com > ProxyPass * https://192.168.1.254 > > > Https does not get through to the .254 machine. Does any one have a > working configuration file that I could take a look at? looks like you might need a ProxyPassReverse statement. http://www.lists.aldigital.co.uk/apache-ssl/msg05356.html