Hi all,

I recently setup Apache+SSL (Ben SSL) 1.3.22 and Tomcat 4.01.  I want to be
running SSL-only, so I've configured httpd.conf to include RequireSSL and
EnableSSL.

My server.xml has the following Server setup:
  <Service name="Tomcat-Apache">

    <Connector className="org.apache.catalina.connector.warp.WarpConnector"
     port="8008" minProcessors="5" maxProcessors="75"
     enableLookups="true"
     acceptCount="10" scheme="https" secure="true" redirectPort="443"
debug="0"/>

    <!-- Replace "localhost" with what your Apache "ServerName" is set to
-->
    <Engine className="org.apache.catalina.connector.warp.WarpEngine"
     name="Apache" defaultHost="<hidden to protect the innfocent>"
debug="0"
appBase="webapps">

Here is my problem, though.  If I reference a file directly (eg:
https://x.com/index.jsp), everything works perfectly.  But if I induce a
redirect by the server (eg: https://x.com/, or by going to a Realm
FORM-restricted page), I end up with a warning from Netscape to the effect
that I am being redirected from a secure document to an insecure document,
and then I get an error message about a zero-length (empty) page.

Anyone have any idea why on earth its forcing a redirect to http instead of
https?  The fully qualified server names are setup correctly in both the
httpd.conf and server.xml.  Thanks,
  Lucas.


__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to