I want to establish tls resumption in my tomcat server, I'm using AprProtocol implementation in tomcat for tls, went through tomcat documentation but didn't find any suitable config. Current tomcat version : 8.5
Is there any way to do that via configuration?
1 Answer 1
I think that the answer is: No. There isn't currently a way to do this via config.
See the following:
- Tomcat TLS session resumption in cluster.
- https://www.mail-archive.com/[email protected]/msg132408.html
Note that these are both from the same person. The response on the mailing list suggested that the feature could be implement in Tomcat ... if someone bothered to create an IPR for it.
answered Apr 24, 2022 at 0:58
Stephen C
724k95 gold badges849 silver badges1.3k bronze badges
Sign up to request clarification or add additional context in comments.
Comments
lang-java