1

I use IBM JDK J9 on AIX OS.

I want to know what I need to change in the java.security file to enable the SSLv3 Secure Socket Layer protocol. Or is there another file that needs to be changed to enable this protocol?

TT.
  • 15,774
  • 6
  • 47
  • 88
developer
  • 79
  • 5
  • 2
    You really want to enable a protocol that is deprecated because it is inherently [**unsafe**](http://disablessl3.com/) and so should never ever be used again??? – TT. Jan 10 '16 at 13:26

1 Answers1

2

Delete or comment out the following line "jdk.tls.disabledAlgorithms=SSLv3"

BlueMoon93
  • 2,910
  • 22
  • 39