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: "Howard Gilbert" <>
  • To: "'Chad La Joie'" <>, <>
  • Subject: RE: Tomcat and certificate validation for SSL
  • Date: Tue, 14 Jun 2005 11:17:59 -0400

I want to take back some of the things I said. Upon digging into Tomcat
source, I find that Tomcat builds its own custom version of this entire
structure. In particular, it creates an SSLContext with a TrustManager array
and KeyManager array. I will look at this code more carefully and come back
with anything I find about how/whether it might be nudged to accept Client
Certificates more flexibly. However, if Tomcat is playing deeply within
JSSE, then it is not reasonable for anyone else to try to also play in the
same space. So I will look for some not very well documented options, if
any.

> Not sure I follow this one. Are you suggesting the IdP not validate the
> certs against the metadata?

No, I am suggesting that they be validated by the Servlet from the Request
rather than being validated deep in the JSSE stack. I can do that from the
Client end, but do not believe it is reasonable to do from the Server end.




Archive powered by MHonArc 2.6.16.

Top of Page