Re: [distcache-users] Re: Followup to Jake Appelbaum's report.
Brought to you by:
geoffthorpe
|
From: Joe O. <jo...@re...> - 2004-10-28 07:59:08
|
On Wed, Oct 27, 2004 at 01:47:57PM -0400, Geoff Thorpe wrote: > > /usr/src/APACHE/apache2-2.0.52/build-tree/apache2/modules/ssl/ssl_engin > >e_io.c(1517): OpenSSL: I/O error, 5 bytes expected to read on > > BIO#8223ea0 [mem: 8212268] [Tue Oct 26 12:14:33 2004] [debug] > > /usr/src/APACHE/apache2-2.0.52/build-tree/apache2/modules/ssl/ssl_engin > >e_kernel.c(1793): OpenSSL: Exit: error in SSLv3 read client certificate > > A [Tue Oct 26 12:14:33 2004] [debug] > > /usr/src/APACHE/apache2-2.0.52/build-tree/apache2/modules/ssl/ssl_engin > >e_kernel.c(1793): OpenSSL: Exit: error in SSLv3 read client certificate > > A [Tue Oct 26 12:14:33 2004] [info] (9)Bad file descriptor: SSL > > handshake interrupted by system [Hint: Stop button pressed in > > browser?!] [Tue Oct 26 12:14:33 2004] [info] Connection to child 0 Actually I'm not sure this is an expected failure case from a premature connection close with mod_ssl in 2.0, at least. If some read or write call has *really* failed with EBADF that seems worrying. A strace/truss of a child process failing like this would be useful. joe |