javax.net.sslException issue on WebLogic 12.1.3 Nodemanager
Hi Team,
We have installed 24904852 patcho on weblogic 12.1.3 server, after installing the patch the node mager is not able to connect domain which is throuing error "javax.net.sslException", but it is running sucessfully in the command line where it showing "javax.net.sslException" exception on nodemagner monitoring on console.There were no isuues with nodemagner before patch application. Below are the arguments placed in startNodemanager.sh file Arguments in startNodemanager.sh:
JAVA_OPTIONS="${JAVA_OPTIONS} -d64 -Djava.library.path=/appbin/sf/AAM/Oracle/Middleware/12.1.3/wlserver/server/native/solaris/sparc64 -Dweblogic.nodemanager.sslHostNameVerificationEnabled=false -Dweblogic.security.SSL.enforceConstraints=off -Dweblogic.security.SSL.all owUnencryptedNullCipher=false -Dweblogic.security.disableNullCipher=true -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -Dwebl ogic.RootDirectory=${DOMAIN_HOME} "