Enable Strong Ciphers
Hello,
We are using Weblogic 12c [12.2.1.4] with Form and Reports 12c [12.2.1.4], We want to disable week ciphers and enable strong ciphers to support TLS 1.2, https will be handled on LB so no there is no requirement to enable https on local servers.
I have check on the MOS but little confused. I have already set JAVA_OPTIONS in setUserOverrides.sh and bit confused in seting the ciphers in $DOMAIN_HOME/config/config.xml
JAVA_OPTIONS in setUserOverrides.sh:
-Dweblogic.security.SSL.protocolVersion=TLS1.2 -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -Dweblogic.ssl.SSLv2HelloEnabled=false -Dhttps.protocols=TLSv1.2 -Dweblogic.security.disableNullCipher=true -Dweblogic.security.SSL.allowUnencryptedNullCipher=false