On April 19, 2011 23:27 , Asif Iqbal <vad...@gmail.com> wrote:
[Tue Apr 19 22:34:36 2011] [info] [client 192.168.0.248] Connection to
child 1 established (server www.example.net:8443)
[Tue Apr 19 22:34:36 2011] [info] Seeding PRNG with 136 bytes of entropy
[Tue Apr 19 22:34:36 2011] [info] [client 192.168.0.248] (70014)End of
file found: SSL handshake interrupted by system [Hint: Stop button
pressed in browser?!]
[Tue Apr 19 22:34:36 2011] [info] [client 192.168.0.248] Connection
closed to child 1 with abortive shutdown (server www.example.net:8443)

Any suggestion?


You can use "openssl s_client" to see what is happening when you try to connect to Apache HTTP Server via HTTPS. Hopefully there will be a clue to what is causing the problem in the "openssl s_client" output. However, if the handshake is successful, then your might have a problem with the web browser or your network rather than with Apache HTTP Server.

If "openssl s_client" does not give any clues as to what is happening, add "ssl:debug" to the end of your existing LogLevel directive, restart httpd, and reproduce the error using your web browser again. More information should be logged to the Apache error log this time.

If neither of those work, send us all your SSL configuration directives, not just the SSLCipherSuite directive, plus any relevant portions of virtual host configuration directives.

--
  Mark Montague
  m...@catseye.org


---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to