2009-05-20 14:08:10 UTC
Hi all,
I am using sslext in my Struts application, which is served by Jetty, which sits behind an Apache web server. In my application, I have set the http port to be port 80, and the https port to be 443, which will render the correct links on the client side. In Apache, I have setup ProxyPass and ProxyPassReverse to handle the traffic. This seems to work fine for 80/8080, but when I go to https this seems to always results in "redirect loop" errors. No matter what I do, it seems I cannot escape this specific error.
Does anyone have any advice on how I can fix this problem? This is getting to be quite frustrating, especially in that it should be a relatively simple configuration matter.
Thanks very much,
Andy