Glassfish 2.0 Poodle Vulnerability - How to Disable SSL and Allow TLS Only

Is there any JVM setting or Grizzly config file to prevent SSLv3 connections? Disable SSLv3 somehow and only allow TLS encryption. Any other idea is appreciated.

+3


source to share


1 answer


Do you have a web admin console in GlassFish 2? In GlassFish 3, admin can disable SSLv3 under Network Config / Network Listeners / http-listener-n / SSL tab



See screenshots at http://javadude.wordpress.com/2010/04/06/getting-started-with-glassfish-v3-and-ssl/

+2


source







All Articles