Re: [us...@httpd] Forward ssl requests to non-ssl page using proxy

2009-03-29 Thread Krist van Besien
On Sun, Mar 29, 2009 at 6:06 PM, YungWei.Chen wrote: > Hi, >     I am trying to set up a reverse proxy server, which accepts only ssl > requests. >     If the proxy server forwards requests to an ssl page, it will work. > But if the proxy server forwards requests to a non-ssl page, I will get

[us...@httpd] Forward ssl requests to non-ssl page using proxy

2009-03-29 Thread YungWei.Chen
Hi, I am trying to set up a reverse proxy server, which accepts only ssl requests. If the proxy server forwards requests to an ssl page, it will work. But if the proxy server forwards requests to a non-ssl page, I will get 503 Service Temporarily Unavailable error. Does it have t