Re: Failed uploading file to Appache HTTP Server after using SSL
"Cliff Woolley" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ssl.user |
|---|---|
| Message-ID | <[email protected]> |
On 4/20/06, Ken Chen <[email protected]> wrote: > > [Thu Apr 20 17:04:46 2006] [debug] ssl_engine_io.c(1523): OpenSSL: I/O > error, 5 bytes expected to read on BIO#81d53d8 [mem: 81eeef8] > Just like it sounds from the message, this error occurs when the call to SSL_read() in ssl_io_input_read() fails with the system returning an error of ETIMEUP. While of course it's possible that something is getting "stuck" somewhere and thus it is taking a really long time and subsequently times out, my first inclination is to say that your global Timeout value is simply set too low. See http://httpd.apache.org/docs/2.0/mod/core.html#timeout What value do you have set there?