Skip to Content.
Sympa Menu

shibboleth-dev - Re: Tomcat and certificate validation for SSL

Subject: Shibboleth Developers

List archive

Re: Tomcat and certificate validation for SSL


Chronological Thread 
  • From: Chad La Joie <>
  • To:
  • Subject: Re: Tomcat and certificate validation for SSL
  • Date: Tue, 14 Jun 2005 08:13:18 -0400
  • Organization: UIS - Project Sentinel

Tom Scavo wrote:
>>For now though, the goal is just to get a standalone Tomcat server to
>>behave like an Apache/Tomcat set up.
>
>
> But as you said, mucking with the container is non-portable. Could
> you write a filter that sits in front of the IdP and does the same
> thing to the request that apache is doing now (whatever that is)?

Nope, because it's the container doing the "bad" thing, namely trying to
validate the certificate against it's trust store. Since the trust
store doesn't have the cert chain(s) in them (they're in the metadata)
this will fail. Apache allows you to just pass the cert on, presumably
so that your code can take care of the checking. Since the invocation
of a filter would happen after Tomcat did the initial request processing
the filter would never fire because the request wouldn't get to it.
--
Chad La Joie 315Q St. Mary's Hall
Project Sentinel 202.687.0124



Archive powered by MHonArc 2.6.16.

Top of Page