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?
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?
Delete or comment out the following line "jdk.tls.disabledAlgorithms=SSLv3"