On Tuesday 13 June 2006 02:14, Nagasundaram, Sekhar wrote:
Here are the configuration and the log files as you requested....
Thank you. Please try the following change:
--- ctx.old 2006-06-13 23:33:29.000000000 +0200 +++ ctx.c 2006-06-13 23:35:33.000000000 +0200 @@ -460,6 +460,7 @@ s_log(LOG_DEBUG, "Loaded CRLs from %s", section->crl_file); } if(section->crl_dir) { + section->revocation_store->cache=0; lookup=X509_STORE_add_lookup(section->revocation_store, X509_LOOKUP_hash_dir()); if(!lookup) {
BTW: Did my workaround work?
Best regards, Mike