Re: Failed uploading file to Appache HTTP Server after using SSL

2006-04-20 Thread Ken Chen
Hi, Cliff, The below is the error in ssl-error_log when I am trying to save a large image: [Thu Apr 20 16:55:36 2006] [debug] ssl_engine_io.c(1523): OpenSSL: I/O error, 5 bytes expected to read on BIO#81f94a8 [mem: 81f9640] [Thu Apr 20 16:55:36 2006] [info] (70007)The timeout specified has expired

Re: Failed uploading file to Appache HTTP Server after using SSL

2006-04-20 Thread Ken Chen
part of the log when I try to upload 2nd time: [Thu Apr 20 17:04:31 2006] [debug] ssl_engine_io.c(1512): OpenSSL: read 335/335 bytes from BIO#81d53d8 [mem: 81eeefd] (BIO dump follows) [Thu Apr 20 17:04:31 2006] [debug] ssl_engine_io.c(1459): +

Re: Failed uploading file to Appache HTTP Server after using SSL

2006-04-20 Thread Cliff Woolley
On 4/20/06, Ken Chen <[EMAIL PROTECTED]> wrote: [Thu Apr 20 17:04:46 2006] [debug] ssl_engine_io.c(1523): OpenSSL: I/Oerror, 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 th

Re: Failed uploading file to Appache HTTP Server after using SSL

2006-04-20 Thread Ken Chen
Cliff: It's been set as the default one: 300. I wonder how many I need to set, say possibly my application has the functionality of uploading attachment, max 2.5MB. I have tried to search everywhere for solution for the same problem (ssl_engine_io.c OpenSSL: I/O error). I surprisingly found tha

Re: Failed uploading file to Appache HTTP Server after using SSL

2006-04-20 Thread Ken Chen
Cliff, I have reset the timeout to 600, but the problem remains. I wonder whether it's the timeout problem because the problem appears immediately after presssing Upload! Sometimes the problem is "Page can't be displayed; sometimes it is what I mentioned at the very beginning that file can't bee

Re: Failed uploading file to Appache HTTP Server after using SSL

2006-04-20 Thread Joe Orton
On Fri, Apr 21, 2006 at 10:23:24AM +0800, Ken Chen wrote: > Cliff, > > I have reset the timeout to 600, but the problem remains. I wonder > whether it's the timeout problem because the problem appears > immediately after presssing Upload! > > Sometimes the problem is "Page can't be displayed; so