You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Nipun Thathsara <ni...@gmail.com> on 2017/10/19 08:59:24 UTC

[users@httpd] SSL Session Timeout value

Hi,

Scenario:

   - My backend service is configured to TLS1.1 initially. Client support
   all TLS versions.
   - Upon sending a request SSL handshake happens like this.
   *Client Hello TLS1.2   Server Hello TLS1.1*
   - Then i configure backend service to TLS1.2
   - Upon sending a request handshake fails.
   *Client Hello TLS1.1 *(Due to previous session memory of 1.1 backend
   service)  And *connection fails*. (Since server only support *TLS1.2*)

Question:

   - What's the SSL session timeout value in HTTP Core?
   So that i know the duration the service fails if backend changes its TLS
   version.

Regards,
Nipun

-- 
Regards,


*S H Nipun Thathsara*
Undergraduate, University of Moratuwa
+94713031875 |
Katubedda, Sri Lanka
<http://lk.linkedin.com/in/nipunthathsara>
<http://github.com/nipunthathsara>