I'm running Glassfish 3.1.2.2 and want to disable SSL3 for the IIOP ports (default 3820 and 3920). I set
configs.config.server-config.iiop-service.iiop-listener.SSL.ssl.ssl3-enabled=false
configs.config.server-config.iiop-service.iiop-listener.SSL_MUTUALAUTH.ssl.ssl3-enabled=false
and restarted the domain, but
openssl s_client -connect localhost:3820 -ssl3
still connects using SSL3. What am I missing? I did the equivalent for port 8181 and it works (does not accept SSL3 connections):
configs.config.server-config.network-config.protocols.protocol.http-listener-2.ssl.ssl3-enabled=false