Re: [EMAIL PROTECTED] Apache proxy problem with https/http and 302 redirects

2007-04-20 Thread Nils Eckert
Greetings, i had the same problem. The Solution was, not to user proxyName and proxyPort in the Tomcat server.xml file. If these variables are set, the location generated with sendRedirect (...) uses the proxyName and proxyPort. And now the apache doesn't rewrite this header because it se

Re: [EMAIL PROTECTED] Apache proxy problem with https/http and 302 redirects

2007-04-18 Thread Nick Kew
On Wed, 18 Apr 2007 15:40:32 -0400 "Campbell, Scott" <[EMAIL PROTECTED]> wrote: > However, when the tomcat server sends a 302 redirect (we're using > j_security_check), Apache is sending that redirect back to the client > as HTTP and not HTTPS, therefore triggering the CLIENT IE6/7 browser > to p

RE: [EMAIL PROTECTED] Apache proxy problem with https/http and 302 redirects

2007-04-18 Thread Campbell, Scott
. Any other ideas from anyone? Thank you! Scott -Original Message- From: Jerome GAUTHIER [mailto:[EMAIL PROTECTED] Sent: Thursday, April 12, 2007 5:30 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Apache proxy problem with https/http and 302 redirects Hello, The problem

RE: [EMAIL PROTECTED] Apache proxy problem with https/http and 302 redirects

2007-04-12 Thread Jerome GAUTHIER
avril 2007 22:29 À : [EMAIL PROTECTED] Objet : [EMAIL PROTECTED] Apache proxy problem with https/http and 302 redirects Greetings. I am having a problem with the Apache Proxy directives. Here is my setup: CLIENT <--> Apache SSL <--> http proxy to tomcat server A client comes in with an

[EMAIL PROTECTED] Apache proxy problem with https/http and 302 redirects

2007-04-12 Thread Campbell, Scott
Greetings. I am having a problem with the Apache Proxy directives. Here is my setup: CLIENT <--> Apache SSL <--> http proxy to tomcat server A client comes in with an https:// request. Apache receives that request and proxies the connection to our backend tomcat server via http. The tomcat se