Hello,

can help me sombody to understand why the apache webserver send sometimes a 
tlsv1.2 close notify without waiting for any application data
from the client?
The environment is a debian wheezy: apache2-mpm-prefork 2.2.22-13+deb7u7
I can not repeat this behavior. Any hints to debug this?

The behavior is:
client -> server   TCP [SYN]
server -> client  TCP [SYN, ACK]
client -> server   TCP [ACK]
client -> server   TLSv1.2 Client Hello
server -> client  TCP [ACK]
server -> client  TLSv1.2 Server Hello
server -> client  TLSv1.2 Certificate
client -> server   TCP [ACK]
client -> server   TLSv1.2 Client Key Exchange, Change Cipher Spec, Finished
server -> client  TLSv1.2 Change Cipher Spec, Finished
client -> server   TCP [ACK]
server -> client  TLSv1.2 125 Alert (Level: Warning, Description: Close Notify)
server -> client  TCP [FIN, ACK]
client -> server  TCP [ACK]

Regards,
Falk 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to