atom feed15 messages in org.apache.tomcat.usersRe: Force One page to not use SSL
FromSent OnAttachments
Rustad, AaronOct 28, 2002 4:48 pm 
Craig R. McClanahanOct 28, 2002 8:36 pm 
Nicholas PappasOct 29, 2002 7:44 am 
Rustad, AaronOct 29, 2002 7:45 am 
Srinadh KarumuriOct 29, 2002 9:17 am 
Pae ChoiOct 29, 2002 12:54 pm 
Schnitzer, JeffOct 29, 2002 3:56 pm 
Dan LipofskyOct 29, 2002 4:11 pm 
Justin RuthenbeckOct 29, 2002 4:19 pm 
Rustad, AaronOct 29, 2002 4:54 pm 
Craig R. McClanahanOct 29, 2002 9:55 pm 
Craig R. McClanahanOct 29, 2002 10:00 pm 
Bill BarkerOct 29, 2002 10:49 pm 
Craig R. McClanahanOct 29, 2002 10:54 pm 
Ralph EinfeldtOct 30, 2002 12:06 am 
Subject:Re: Force One page to not use SSL
From:Dan Lipofsky (dan@nuserve.com)
Date:Oct 29, 2002 4:11:34 pm
List:org.apache.tomcat.users

We do the switch, using Apache1.3.20/Tomcat3.2.4 on Solaris. We just use an absolute URL when doing the switch. No problems with lost sessions. - Dan

----- Original Message ----- I've read the list archives and I'm aware of the security "issue", but I still want to switch from HTTPS to HTTP.

Yes, I know someone could hijack the session. We're not worried about that; at worst someone could make some obnoxious posts to a forum. We force users to submit their password a second time (and go into SSL, of course) whenever anything sensitive is touched, such as passwords or credit card info.

We get a _lot_ of traffic. Running everything under SSL is not really an option. Can Apache/Tomcat/mod_jk be made to handle the switch? In our current configuration, it appears that the session is getting lost in the transition from HTTPS->HTTP so the user is forced to log in again.