Title: Message Title
Christopher Price commented on an issue
Puppet / Bug PUP-3535
certificate_status endpoint is slow
PE 2.8.x used to perform a license check by verifying every signed cert against the CRL, and that the cert had not been revoked. Unfortunately, this check was triggered by config.ru, which meant it happened every time a passenger worker process was spawned.

This was slow, because for each cert, we created a new X509Store object, loaded the CA cert, CRL...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to