----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

hi,

i have an application running under apache+jserv+mod_ssl that verifies
client certificate which i'm trying to run under apache+tomcat=mod_ssl.
i've run into a problem not being able to "export" the SSL_* headers to
tomcat.

i also noticed that request.getHeaderNames() return only a subset of
headers accessible from cgi. not only the SSL_* headers are missing but
also such headers like DOCUMENT_ROOT or REMOTE_[ADDRESS|PORT]. i tried
both mod_jserv and mod_jk with exact same result.

previously i had the following configuration that worked for
apache/jserv but would not for tomcat/jserv:

LoadModule jserv_module libexec/mod_jserv.so
....
ApJServMount /servlets /root
<Location /servlets>
    SSLRequire true
    SSLOptions +StdEnvVars +ExportCertData
</Location>


according to mod_jk.conf SSL information is sent to tomcat by default.
it isn't happening for me, even if i do it explicitly:
JkExtractSSL On

does anyone have it working? any suggestion is gratefully welcomed. tia.

--
Aaron Stromas    | "Tick-tick-tick!!!... ja, Pantani is weg..."
Oracle Corp      |                             BRTN commentator
+1 703.708.68.21 |                              L'Alpe d'Huez
                                            1995 Tour de France




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to