Hmm...  interesting.  Is there a "production" quality release past 2.1 now?
I haven't been paying attention obviously.

Thanks for the info, I'll track down the patch anyhow.

I was able to use mod_proxy to reverse proxy the pages and hopefully I can
get away with that for now.  At least that will prevent me from deploying a
second instance of the same application just to have another VirtualHost
that uses SSL.  It seems every webappdeploy line actually deployes a whole
new instance of the same application, not ideal for what I'm doing.

-----Original Message-----
From: Rodney Schneider [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 4:58 PM
To: Turbine Users List
Subject: Re: Using one regular instance and secure instance (disable
redir ect? )



On Fri, 14 Jun 2002 08:58, you wrote:

> I fogot, I'm running Turbine 2 and Apache 1.3.24 with mod_ssl and
> mod_webapp.
>
> (Anyone still reading this list?)
>
> Essentially I just want my shopping cart portion secured.
>
> -----Original Message-----
> From: Scott Merritt
> Sent: Thursday, June 13, 2002 2:58 PM
> To: '[EMAIL PROTECTED]'
> Subject: Using one regular instance and secure instance (disable
> redirect? )
>
>
> I have two sites which I'm trying to deploy the same app to.
>
> One of them is a secure site referenced with https.  Unfortunately when
the
> user goes to the secure site I think it's trying to initiate a new session
> and redirect them to an insecure URL.
>
> When I hit it in IE it doesn't work, then when I hit refresh the page
comes
> up.
>
> In Netscape it really freaks out and then sends me to:
> http://secure.domain.com:443/con/servlet/con/redirected/true

Hi Scott,

I can see from the "redirected/true" PATHINFO that you must be using an
older 
version of Turbine, maybe Turbine 2.1.  Unfortunately, there is some code in

the Turbine.java servlet of Turbine 2.1 that needs to be removed.  The
latest 
CVS version of Turbine 2.x has been patched to remove the redirect logic
that 
may be causing your problem.  See this thread for some patches you can apply

to the Turbine 2.1 source code:

http://www.mail-archive.com/[email protected]/msg05914.html

Regards,

-- Rodney

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to