Thanks! I'll try it. But are you not supposed to add a certificate to Tomcat if you start using a secure channel?
Jan-Willem Klomp Mikolaj Rydzewski-2 wrote: > > On Tue, 13 Dec 2011 06:27:55 -0800 (PST), jwklomp wrote: > >> I'm having a problem that the all request get redirected from https >> to http. >> I'm assuming this is because the application is listening on the >> Tomcat >> default http port. As the communication between the LB and IIS/Tomcat >> is >> http I don't think I can change this(?). >> >> Is there a way to prevent this redirect from https to http? Or is >> this only >> possible if the certificate is installed in Tomcat and Tomcat listens >> on a >> https port? > > There's a 'secure' attribute of Connector element: > http://tomcat.apache.org/tomcat-7.0-doc/config/http.html > With this attribute set to true Tomcat assumes that connection is over > secure channel. > > -- > Mikolaj Rydzewski <m...@ceti.pl> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://old.nabble.com/Tomcat-with-certificate-on-load-balances---prevending-redirect-https-http-tp32966487p32969071.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org