shibboleth-dev - RE: client certificate chains and 1.3 IdP
Subject: Shibboleth Developers
List archive
- From: "Scott Cantor" <>
- To: "'Ian Young'" <>, <>
- Subject: RE: client certificate chains and 1.3 IdP
- Date: Wed, 6 Jul 2005 01:11:52 -0400
- Organization: The Ohio State University
Turns out the mod_ssl "headers" are just environment variables, and by
default are not available to Tomcat.
The only way we could make this work is to use mod_jk's JkEnvVar command
like so:
JkEnvVar SSL_CLIENT_CERT unset
JkEnvVar SSL_CLIENT_CERT_CHAIN_1 unset
JkEnvVar SSL_CLIENT_CERT_CHAIN_2 unset
...
for every chain cert you wanted to support.
Then we'd have to write the code to read them and turn them into cert
objects. They come over as PEM (BEGIN/END headers and all).
This is beyond ugly.
My personal feeling is we should build a thin wrapper to use to get access
to the chain, only implement what we have now (the Java standard) and if
people really want to get chains to work, they can write a plugin to do it
using this ugly technique (or convince Tomcat's developers to fix their
code).
I'm going to sleep. PKI sucks. G'night.
-- Scott
- client certificate chains and 1.3 IdP, Ian Young, 07/05/2005
- RE: client certificate chains and 1.3 IdP, Scott Cantor, 07/05/2005
- RE: client certificate chains and 1.3 IdP, Scott Cantor, 07/05/2005
- RE: client certificate chains and 1.3 IdP, Scott Cantor, 07/05/2005
- RE: client certificate chains and 1.3 IdP, Scott Cantor, 07/06/2005
- RE: client certificate chains and 1.3 IdP, Scott Cantor, 07/06/2005
- Re: client certificate chains and 1.3 IdP, Ian Young, 07/06/2005
- Re: client certificate chains and 1.3 IdP, Walter Hoehn, 07/06/2005
- Re: client certificate chains and 1.3 IdP, Ian Young, 07/06/2005
- RE: client certificate chains and 1.3 IdP, Scott Cantor, 07/06/2005
- Re: client certificate chains and 1.3 IdP, Ian Young, 07/06/2005
- RE: client certificate chains and 1.3 IdP, Scott Cantor, 07/06/2005
- RE: client certificate chains and 1.3 IdP, Thomas Lenggenhager, 07/07/2005
- Re: client certificate chains and 1.3 IdP, Ian Young, 07/06/2005
- RE: client certificate chains and 1.3 IdP, Scott Cantor, 07/06/2005
- Re: client certificate chains and 1.3 IdP, Ian Young, 07/06/2005
- RE: client certificate chains and 1.3 IdP, Scott Cantor, 07/06/2005
- Re: client certificate chains and 1.3 IdP, Walter Hoehn, 07/06/2005
Archive powered by MHonArc 2.6.16.