You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Mohit Anchlia <mo...@gmail.com> on 2009/09/11 17:06:44 UTC

[users@httpd] How can I get rid of these errors

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:


<IfDefine HAVE_SSL>
Listen 443
SSLSessionCache dbm:/var/log/httpd/ssl_gcache_data
SSLSessionCacheTimeout 600
</IfDefine>

Would this resolve the issue?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> 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: [users@httpd] How can I get rid of these errors

Posted by Krist van Besien <kr...@gmail.com>.
On Fri, Sep 11, 2009 at 5:06 PM, Mohit Anchlia <mo...@gmail.com> 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 <URL:http://httpd.apache.org/userslist.html> 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