https://issues.apache.org/bugzilla/show_bug.cgi?id=49335

Rainer Jung <rainer.j...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #3 from Rainer Jung <rainer.j...@kippdata.de> 2010-05-25 08:57:52 
EDT ---
The solution should be: add "SSLOptions +ExportCertData", and if you want to
get information like SSL session id, etc. in addition also add "SSLOptions
+StdEnvVars". Confirmed by code inspection and by testing.

mod_proxy gets the data directly from mod_ssl through an ssl variable lookup.
mod_jk uses the export to environment feature of mod_ssl, which has to be
activated explicitely.

I added a note about that to the docs pages "Apache Reference" and "Reverse
Proxy HowTo". See r948029.

Please reopen, if it does still not work. Thanks for the report.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to