Hi,
I've been using the sslswamp tool (which btw is great) to stress apache - and
once in a while, I keep getting a 'abortive close' with the following message in the
error_log. Any ideas why this is happening ?
(on hpux running apache 2.0.48 with worker mpm + openssl 0.9.7c)
[Mon Mar 08 11:56:16 2004] [info] Connection to child 85 established (server
yuki.cup.hp.com:443, client 15.0.107.44)
[Mon Mar 08 11:56:16 2004] [info] Seeding PRNG with 144 bytes of entropy
[Mon Mar 08 11:56:16 2004] [debug] ssl_engine_kernel.c(1864): OpenSSL: Handshake: start
[Mon Mar 08 11:56:16 2004] [debug] ssl_engine_kernel.c(1872): OpenSSL: Loop:
before/accept initialization
[Mon Mar 08 11:56:16 2004] [debug] ssl_engine_io.c(1511): OpenSSL: I/O error, 11 bytes
expected to read on BIO#60000000002fbc80 [mem: 60000000005cf1a0]
[Mon Mar 08 11:56:16 2004] [debug] ssl_engine_kernel.c(1901): OpenSSL: Exit: error in
SSLv2/v3 read client hello A
[Mon Mar 08 11:56:16 2004] [info] (70014)End of file found: SSL handshake interrupted
by system [Hint: Stop button pressed in browser?!]
[Mon Mar 08 11:56:16 2004] [info] Connection to child 85 closed with abortive
shutdown(server yuki.cup.hp.com:443, client 15.0.107.44)
It seems strange because the connection got closed before the client sent a hello
message !
-Madhu