Thanks Jacob, that helps. ~ Nikhil
On Fri, Oct 23, 2015 at 11:35 AM, Jacob Barrett <[email protected]> wrote: > It roughly corresponds to the SSLEngine.setEnabledProtocols function. > > http://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLEngine.html#setEnabledProtocols-java.lang.String:A- > > It is dependent on the SSL provider you have. Assuming default Oracle/Sun > provider for Java 8 these would be "TLSv1, TLSv1.1, TLSv1.2”. > > > On Fri, Oct 23, 2015 at 7:28 AM, Nikhil Chandrappa <[email protected] > > wrote: > >> Hi, >> >> I needed information on SSL versions supported by geode. >> >> For the geode system property "server-ssl-protocols", the default value >> is 'any'. So what are the valid values for this property. >> >> I checked in SSLConfigJunitTest.java, only values that are 'any' and >> 'SSLv7'. so I was wondering what version does 'SSLv7' use? >> >> Thanks, >> Nikhil >> >> >
