'TLS resumption in Tomcat Server
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?
Solution 1:[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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Stephen C |
