Hi Stephen, See here for the valid values for JDK 7:
http://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#SSLContext So you can use "TLSv1.2" as the secureSocketProtocol, and exclude other TLS protocols via excludeProtocols if you wish. Colm. On Wed, Jan 21, 2015 at 1:48 PM, <[email protected]> wrote: > In my spring configuration, I'm trying to determine how to restrict the > TLS version that is used; ideally I always want to use TLS 1.2. I see that > I can add a secureSocketProtocol attribute and an excludeProtocols > attribute to sort of fine tune the allowable protocols, but the > documentation only lists "SSL", "TLS", and "TLSv1" as "common examples" > without providing any kind of definitive list of legal values. Does such a > list exist somewhere? And does it include a value that would allow > restriction to TLS 1.2? > > Thanx, > > Stephen W. Chappell > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
