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