Hi Lutz,

Ok, I checked my SSL client program log and found this

2001-07-16 18:56:58:xform.cpp   (171 ):9:USR:WARN :SSL_get_verify_result()
failed with return code 7.

In the connection routine of my SSL client, SSL_get_verify_result returns 7.
According to the man page 7 means X509_V_ERR_CERT_SIGNATURE_FAILURE:
certificate signature failure the signature of the certificate is invalid.
When my program detects error, it will disconnect the SSL session.  That
explains why Apache received a broken pipe error.

So, my SSL client is receiving an certificate from Apache with an invalid
signature.  This only happens when I have 10 SSL client
programs connecting to the Apache server concurrently and the error didn't
happen all the time when I reran my testing.

Any idea why this is happening?

The Apache that I am using is not built with MM shared memory library and it
is running on HP/UX.

Thanks

Patrick

----- Original Message -----
From: Lutz Jaenicke <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 17, 2001 3:33 AM
Subject: Re: Apache error duing SSL client connection


> On Mon, Jul 16, 2001 at 08:16:36PM -0700, Patrick Li wrote:
> > Can someone give me some help?  I got the following error from the
> > Apache/logs/error_log directory
> > I got this error when my SSL client program tries to connect to the
apache
> > server.  It is urgent, anyone with any idea is greatly appreciated!
> >
> > [Mon Jul 16 18:56:58 2001] [error] mod_ssl: SSL handshake interrupted by
> > system
> >  [Hint: Stop button pressed in browser?!] (System error follows)
> > [Mon Jul 16 18:56:58 2001] [error] System: Broken pipe (errno: 32)
> > [Mon Jul 16 18:56:58 2001] [error] mod_ssl: SSL handshake interrupted by
> > system
> >  [Hint: Stop button pressed in browser?!] (System error follows)
> > [Mon Jul 16 18:56:58 2001] [error] System: Broken pipe (errno: 32)
> > [Mon Jul 16 18:56:58 2001] [error] mod_ssl: SSL handshake interrupted by
> > system
> >  [Hint: Stop button pressed in browser?!] (System error follows)
> > [Mon Jul 16 18:56:58 2001] [error] System: Broken pipe (errno: 32)
>
> Your client closed the TCP connection or crashed.
> Lutz
> --
> Lutz Jaenicke                             [EMAIL PROTECTED]
> BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
> Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
> Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]
>

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to