On Wed, Feb 24, 1999, [EMAIL PROTECTED] wrote:

> Full_Name: Ed Kubaitis
> Version: 2.2.3
> OS: Solaris 2.6
> Submission from: farm1-cache1.gw.uiuc.edu (128.174.0.228)
> 
> With mod_ssl 2.2.3, Apache 1.3.4, SSLeay-0.9.0b, rsaref-2.0 on
> Solaris 2.6 I am  seeing error log messages like these --
> 
> httpd: [Wed Feb 24 09:52:02 1999] [error] mod_ssl: SSL handshake interrupted by
> system
> httpd: [Wed Feb 24 09:52:18 1999] [error] mod_ssl: SSL handshake interrupted by
> system
> 
> There seems to be one per session for every client, both
> Netscape and MSIE. Apache and mod_ssl appear to be working
> perfectly on this moderately busy (thousands of SSL sessions
> daily) server otherwise, so this seems to be just a nuisance
> error-log-clutter issue.

Hmmm... not really. The usual (= harmless) case of errno == EINTR is already
cutted out before this message occurs. In other words, the actual reason is
some other. Because the message has no "System error follows" attached, errno
seams to be 0 on your platform although SSLeay/OpenSSL indicates an
SSL_ERROR_SYSCALL. Hmmm... interesting, I've looked inside the OpenSSL code
and SSL_ERROR_SYSCALL is actually generated in situations where not really a
system interrupt happended. I'll look at it in more detail, perhaps we can
reduce the message to just an [info] type message in some situations.  How
often does those messages occur for you? For every request or once per hundret
requests, etc.?
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to