-
Enhancement
-
Resolution: Won't Fix
-
P4
-
8, 9
A DESCRIPTION OF THE REQUEST :
Currently SSL session resumption is opened by default. No way to disable it for whole application. Only can specify the cache size and cache timeout, but set 0 to cache size or cache time means no limit.
JUSTIFICATION :
When using a library like MySQL connector JDBC, and your server is under load balance, then use SSL session resumption will cause some connections failed. Need provide a way to disable the SSL session resumption.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
When specify the cache timeout to -1, then the cache is disabled.
ACTUAL -
Can not disable SSL session cache.
Currently SSL session resumption is opened by default. No way to disable it for whole application. Only can specify the cache size and cache timeout, but set 0 to cache size or cache time means no limit.
JUSTIFICATION :
When using a library like MySQL connector JDBC, and your server is under load balance, then use SSL session resumption will cause some connections failed. Need provide a way to disable the SSL session resumption.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
When specify the cache timeout to -1, then the cache is disabled.
ACTUAL -
Can not disable SSL session cache.
- relates to
-
JDK-8134497 Add TLS support for RFC 5077 Session Ticket
-
- Closed
-