You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/06/03 01:52:28 UTC

DO NOT REPLY [Bug 19145] - http to https redirect fails on non-standard ports

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19145>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19145

http to https redirect fails on non-standard ports





------- Additional Comments From bugzilla@sbdconsultants.com  2003-06-02 23:52 -------
I tried to determine if the redirectPort was simply being ignored by leaving 
the HTTP connector port set to 80 and redirectPort set to 8443 while changing 
the HTTPS connector port to 443.  Tomcat was unable to perform the redirect 
correctly.

I created a second HTTPS connector to see if there was a "fallback" happening.  
The two connectors were configured to listen on port 443 and 8443.  The HTTP 
connector port value was 80.  This worked successfully.

When the HTTP connector was listening on port 8080, none of the redirection 
configurations functioned properly.

These symptoms seem to suggest that Tomcat is attempting to redirect to the 
redirectPort initially, but later falls back on the default SSL port (443).

This probably was probably never seen because of Tomcat's reliance on the 
Apache web server mod_ajp connector.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org