Closed bbockelm closed 11 years ago
I will try it on our test system before we merge it.
Ok -
In terms of testing, the quickest way I found to replicate this is to locate an expired CRL for the CERN CA and startup the container with that. It should toss an error when validating any CERN-issued certificate. Then, pop in a fresh CRL and, without restarting the server, the client should be able to authenticate. The default refresh time is 60s.
@gbehrmann and @kofemann - I just pushed changes base on your suggestions.
Ready to roll?
I don't have further comments.
Cherry-picked into master.
This pull request makes the trustmanager default to the CertificateRevocationLists class (but leaves the ability to specify a CertStore).
Includes a test to make sure things refresh.