Client-side TLS session ticket support in Java 7
Asked Answered
M

1

6

I want to make a large number of small HTTP requests from a client machine running Java 7 to an external web server over TLS and I would like to use session resumption to make this as efficient as possible.

The web server, however, only appears to support session resumption via the TLS session ticket extension, and so far, I have not seen any documented way of enabling this feature in the javax.net.ssl package.

Does the Java 7 TLS implementation support TLS session tickets on the client side? And if not, could anyone suggest a 3rd party library which does?

Many thanks

Magness answered 13/4, 2015 at 16:2 Comment(0)
L
1

It looks as if this isn't even supported on Java 8 and has not been explicitly listed for Java 9.

Latin answered 23/5, 2017 at 10:43 Comment(2)
do those posts include also oracle version?Heist
Yes, in theory it could be implemented in a non-officially available Oracle version but that is highly unlikely.Latin

© 2022 - 2024 — McMap. All rights reserved.