On 11/10/2012 06:25 AM, Amos Jeffries wrote: > Christos, > which of these bugs (if either) are closed by this patch? > http://bugs.squid-cache.org/show_bug.cgi?id=3405 > http://bugs.squid-cache.org/show_bug.cgi?id=3436
Looks that it fixes the 3405 bug. But maybe we still need to make some improvements. We need to make more work to fix the 3436 bug. Currently the ssl_crtd helper will crash for every simple failure. For example if it fails to add to certificate db a certificate, because the TXT_DB_insert openSSL function fails. We should not let ssl_crtd daemon crash on every single error, but just trying to not leave garbage on DB on failures. This patch make a step, because try to clean up the database after failures. But the ssl_crtd still crashes on failures.... > > Amos > >
