Re: Unexpected redirect from https to http

2009-01-27 Thread Timothy Tagge
Eureka! The addition of scheme="https" got me halfway there, with https being correctly requested instead of http. However it then was adding port 80 to the end of the domain. But the addition of proxyPort="443" solved that issue as well. Thanks all. On Tue, Jan 27, 2009 at 12:07 PM, Konstanti

Re: Unexpected redirect from https to http

2009-01-27 Thread Konstantin Kolinko
2009/1/27 Timothy Tagge : > I'm working on an application that does redirects to itself. The > application is intended to run under https for all pages. However, > when the redirect is requested, the resulting URL shown in the browser > is http://secureServer/correctDomain/correctPage.jsp This

Re: Unexpected redirect from https to http

2009-01-27 Thread Timothy Tagge
#x27;t work because there is no http listener. Is this what you want? > > I have no idea, except that perhaps Tomcat changes the scheme to https > automatically whenever it can. > > > --- On Mon, 1/26/09, Timothy Tagge wrote: > >> From: Timothy Tagge >> Subject: Unexpec

Re: Unexpected redirect from https to http

2009-01-27 Thread removeps-groups
Tagge wrote: > From: Timothy Tagge > Subject: Unexpected redirect from https to http > To: users@tomcat.apache.org > Date: Monday, January 26, 2009, 3:01 PM > I'm working on an application that does redirects to > itself. The > application is intended to run under https fo

Unexpected redirect from https to http

2009-01-26 Thread Timothy Tagge
I'm working on an application that does redirects to itself. The application is intended to run under https for all pages. However, when the redirect is requested, the resulting URL shown in the browser is http://secureServer/correctDomain/correctPage.jsp This request times out because there is