[modssl 2.7.0] bug in handling SSLSessionCache shm: configuration directive

2000-10-13 Thread Charles-Edouard Ruault
patch -p0 < ssl_engine_config.patch ) hope this helps. regards --  Charles-Edouard Ruault   --- ssl_engine_config.orig.cFri Oct 13 15:07:21 2000 +++ ssl_engine_config.c Fri Oct 13 15:07:32 2000 @@ -738,7 +738,7 @@ mc->nSessionCacheMode = SSL_SCMODE_SHMHT; cp = strchr(arg, &

apache 1.3.28/modssl 2.8.15/openssl 0.9.6j crash on macos X

2003-09-29 Thread Charles-Edouard Ruault
one seen this ? Any known fix ? Thanks for your help. -- Charles-Edouard Ruault Idtect SA http://www.idtect.com +33-1-42-81-81-84 __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org

Re: Clientauthentication with Certificates and Apache

2004-12-16 Thread Charles-Edouard Ruault
luck. -- Charles-Edouard Ruault Idtect SA 115 rue Reaumur - 75002, Paris, France Tel: +33-1-55-34-76-65 Fax: +33-1-55-34-76-75 Web: http://www.idtect.com __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Su

Re: SSL client authentication

2005-06-13 Thread Charles-Edouard Ruault
ittle paranoid I had created certificates and keys with a >4096 bit length. This was too much. >After creating new certificates and keys with 2048 bit length. Almost >everything works fine. >The only problem remaining is that ordinary http-access to my directory is >still possible, even if SSLRequireSSL is set. >How can I solve this? >