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/04/04 15:28:12 UTC

DO NOT REPLY [Bug 18706] New: - HTTPS gets changed to HTTP://servername:443

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=18706>.
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=18706

HTTPS gets changed to HTTP://servername:443

           Summary: HTTPS gets changed to HTTP://servername:443
           Product: Tomcat 4
           Version: 4.1.24
          Platform: PC
               URL: https://probtest.iwka.de
        OS/Version: Linux
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Connector:Coyote HTTP/1.1
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: martin.hengesbach@iwka.de
                CC: martin@mhengesbach.de


We have external SSL accelerator hardware in front of standalone tomcat servers 
which do the encryption from HTTPS to HTTP. 

Our connector definition looks like this:
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
  port="80" minProcessors="10" maxProcessors="100"
  enableLookups="false" redirectPort="443" scheme="https"
  acceptCount="10" debug="0" connectionTimeout="30000"
  secure="true" proxyPort="443" />

When I call our site with https://probtest.iwka.de the url ist changed to 
http://probtest.iwka.de:443/index.html. And then our application doesn't work.
If I call https://probtest.iwka.de/index.html (with /index.html) then all works 
without any problems!

Also with the "old" HTTP11 Connector it works.

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