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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to