Reputation: 99
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?
Upvotes: 1
Views: 851
Reputation: 2976
Delete or comment out the following line "jdk.tls.disabledAlgorithms=SSLv3"
Upvotes: 2