Reputation: 769
I'm trying to add SSL session resumption to my project. Is there some settings in Jboss 6 that I have to turn on?
Upvotes: 1
Views: 316
Reputation: 310875
Java JSSE already supports SSL session resumption. Unless JBoss supplies its own SSL, which isn't likely, there is nothing you need to do.
Upvotes: 1