Bug in mod_ssl ?

2007-08-17 Thread Roy Keene
All, I recently ran into a problem with mod_ssl and Internet Explorers version 6 and 7. I have found that in the case where "SSLVerifyClient" is set to anything other than exactly "none" with Apache 1.3.x and mod_ssl 2.8.x that a client using Internet Explorer version 6 or 7 cannot connect u

Bug in mod_ssl ?

2007-08-17 Thread Roy Keene
All, I recently ran into a problem with mod_ssl and Internet Explorers version 6 and 7. I have found that in the case where "SSLVerifyClient" is set to anything other than exactly "none" with Apache 1.3.x and mod_ssl 2.8.x that a client using Internet Explorer version 6 or 7 cannot connect u

missing CRL nextUpdate field - Bug in mod_ssl (seg fault)

2002-11-20 Thread Alon Philosoph
Hi,   When using a CRL without the nextUpdate field (you can create such CRL in iPlanet), I get a segmentation fault (using mod_ssl-2.8.8-1.3.24).   This occurs in the call:   i = X509_cmp_current_time(X509_CRL_get_nextUpdate(crl));   since X509_CRL_get_nextUpdate(crl) returns NULL in this

Re: file-descriptor bug in mod_ssl 2.3.5 (shared memory) ?

1999-07-21 Thread Ralf S. Engelschall
On Fri, Jul 16, 1999, [EMAIL PROTECTED] wrote: > > > (Solaris 2.5.1, apache 1.3.6, mod_ssl 2.3.5) > > > > Do you have losts of virtual hosts? > > > No, just the SSL ist defined as VirtualHost on Port 443. > > BTW, we will try 2.3.6 and then check again. With 2.3.6 I've fixed a leak related to

Re: file-descriptor bug in mod_ssl 2.3.5 (shared memory) ?

1999-07-16 Thread jw
Hi, > > (Solaris 2.5.1, apache 1.3.6, mod_ssl 2.3.5) > > Do you have losts of virtual hosts? > No, just the SSL ist defined as VirtualHost on Port 443. BTW, we will try 2.3.6 and then check again. Jan __ Apache Interface to

Re: file-descriptor bug in mod_ssl 2.3.5 (shared memory) ?

1999-07-14 Thread Ralf S. Engelschall
On Wed, Jul 14, 1999, [EMAIL PROTECTED] wrote: > we just got on a upgraded server: > > [Wed Jul 14 00:00:20 1999] [error] mod_ssl: Cannot allocate shared memory: > mm:co > re: failed to attach shared memory (Too many open files) > > any ideas ? > > (Solaris 2.5.1, apache 1.3.6, mod_ssl 2.3.5)

file-descriptor bug in mod_ssl 2.3.5 (shared memory) ?

1999-07-14 Thread jw
Hallo, we just got on a upgraded server: [Wed Jul 14 00:00:20 1999] [error] mod_ssl: Cannot allocate shared memory: mm:co re: failed to attach shared memory (Too many open files) any ideas ? (Solaris 2.5.1, apache 1.3.6, mod_ssl 2.3.5) Jan ___