Hello,
this is solved. The hint was, that there was a 20s delay between:
client -> server TCP [ACK]
server -> client TLSv1.2 125 Alert (Level: Warning, Description: Close
Notify)
So the client send no request for 20s after tls Change Cipher Spec and
mod_reqtimeout says goodbye to the client.
Re
Am 23.02.2017 um 15:01 schrieb Yann Ylavic:
> Any TLS/SSL related entry in the error_log ?
no.
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
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