Mikhail
Mikhail

Reputation: 769

SSL session resumption in JBoss

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

Answers (1)

user207421
user207421

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

Related Questions