Re: [users@httpd] apache server send tlsv1.2 close notify after change cipher spec, why? (solved)

2017-03-01 Thread Falk Hackenberger
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

Re: [users@httpd] apache server send tlsv1.2 close notify after change cipher spec, why?

2017-02-23 Thread Falk Hackenberger
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

[users@httpd] apache server send tlsv1.2 close notify after change cipher spec, why?

2017-02-23 Thread Falk Hackenberger
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