On Fri, Jun 18, 2004 at 03:38:18PM +0300, EMRE KUNT (Ebi Bsk. - Sistem Prog) wrote: > Hi, > Apache 2049 for HPUX - Openssl 097d. > Some Clients use Internet Explorer 50 and they face "The page cannot be > displayed" on SSL pages. At this time messages below appears in Apache log. > What is the problem ? > Thanks and best regards, > Emre-
This is a question for the [EMAIL PROTECTED] list or [EMAIL PROTECTED] Make sure you have a session cache configured (preferably shmcb) if you're using client certs along with the SetEnvIf included in the default config to disable keeaplives etc, for MSIE. > +-------------------------------------------------------------------------+ > [Fri Jun 18 14:55:06 2004] [debug] ssl_engine_kernel.c(1813): OpenSSL: Loop: > SSLv3 read client hello A > [Fri Jun 18 14:55:06 2004] [debug] ssl_engine_kernel.c(1813): OpenSSL: Loop: > SSLv3 write server hello A > [Fri Jun 18 14:55:06 2004] [debug] ssl_engine_kernel.c(1813): OpenSSL: Loop: > SSLv3 write certificate A > [Fri Jun 18 14:55:06 2004] [debug] ssl_engine_kernel.c(1813): OpenSSL: Loop: > SSLv3 write server done A > [Fri Jun 18 14:55:06 2004] [debug] ssl_engine_kernel.c(1813): OpenSSL: Loop: > SSLv3 flush data > [Fri Jun 18 14:55:06 2004] [debug] ssl_engine_io.c(1509): OpenSSL: I/O > error, 5 bytes expected to read on BIO#401d1bc8 [mem: 401e96c8] > [Fri Jun 18 14:55:06 2004] [debug] ssl_engine_kernel.c(1842): OpenSSL: Exit: > error in SSLv3 read client certificate A > [Fri Jun 18 14:55:06 2004] [debug] ssl_engine_kernel.c(1842): OpenSSL: Exit: > error in SSLv3 read client certificate A > [Fri Jun 18 14:55:06 2004] [info] (70014)End of file found: SSL handshake > interrupted by system [Hint: Stop button pressed in browser?!] > [Fri Jun 18 14:55:06 2004] [info] Connection to child 1 closed with abortive > shutdown(server 10.11.91.55:443, client 10.11.91.3)
