Tomcat infinite redirect loop -


I am currently a Java6 transfer process - also with Windows Server 2008 to Windows Server 2003 from tomcat6 based web server Safety measures Though when using HTTPS I had a problem with an infinite loop, a ForceHttpsFilter it has been automatically http over https using redirects configured identically to the previous server.

The HTTPS configuration is as follows, the certificate is valid:

  & lt; The Connector port = "443" maxThreads = "150" minSpareThreads = "25" maxSpareThreads = "75" enableLookups = "false" acceptCount = "100" debug = "0" connectiontimeout = "20000" disableUploadTimeout = "true" compression = " "compressableMimeType =" text / html, text / xml "compressionMinSize =" 2048 "URIEncoding =" UTF-8 "sslProtocol =" TLS "keystoreFile =" D: \ semi-Java \ Tomcat 6.0 \ certificate \ keystore.kdb "keystorePass = "****" secure = "true" SSLEnabled = "true" plan = "https" cipher = "****" />  

I have been monitored with WireSHark and it has been bounced between 302 and a HTTP url response has been returned.

I can not really get anything wrong with the configuration, but if you have any suggestions for me to check things, it would be good.

I 'problems got went server load balancing, which is set up pass-through ssl is to receive HTTP requests on only port 80 as a result of the server, and redirect the script connection could not validate the security level, be converted into an infinite loop as it was.


Comments