How can I get rid of these errors

How can I get rid of these errors

am 11.09.2009 17:06:44 von mohitanchlia

We have a health check page and when our F5 does health check to see
if servers are up and running we see the following:

[Wed Sep 09 13:20:48 2009] [info] Seeding PRNG with 136 bytes of entropy

[Wed Sep 09 13:20:48 2009] [info] [client 10.4.1.24] (70014)End of
file found: SSL handshake interrupted by system [Hint: Stop button
pressed in browser?!]

[Wed Sep 09 13:20:48 2009] [info] [client 10.4.1.24] Connection closed
to child 5 with abortive shutdown (server amsws1.tax.iit.com:443)

[Wed Sep 09 13:20:48 2009] [info] [client 10.4.1.24] Connection to
child 9 established

----
I looked on the web and there is not much information except one
person said use:



Listen 443
SSLSessionCache dbm:/var/log/httpd/ssl_gcache_data
SSLSessionCacheTimeout 600


Would this resolve the issue?

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: How can I get rid of these errors

am 12.09.2009 13:28:31 von Krist van Besien

On Fri, Sep 11, 2009 at 5:06 PM, Mohit Anchlia wrote:
> We have a health check page and when our F5 does health check to see
> if servers are up and running we see the following:
>
> [Wed Sep 09 13:20:48 2009] [info] Seeding PRNG with 136 bytes of entropy
>
> [Wed Sep 09 13:20:48 2009] [info] [client 10.4.1.24] (70014)End of
> file found: SSL handshake interrupted by system [Hint: Stop button
> pressed in browser?!]
>
> [Wed Sep 09 13:20:48 2009] [info] [client 10.4.1.24] Connection closed
> to child 5 with abortive shutdown (server amsws1.tax.iit.com:443)
>
> [Wed Sep 09 13:20:48 2009] [info] [client 10.4.1.24] Connection to
> child 9 established

To me this looks as if whatever does your health check does not
complete the SSL handshake. It could be that all it does is open a TCP
connection to see if something is listening, and closing it
straightaway. If this is sufficient as a health check you can leave it
at that, and ignore the warnings.


Krist



--
krist.vanbesien@gmail.com
krist@vanbesien.org
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org