weblogic ldap provider (with OUD) fails with unified directory SSLv2Hello is disabled
Weblogic 12.2.1 setup with
Oracle Unified Directory 11.1.2.3.0
Build 20150414142803Z with SSLV3 and SSLV2 disabled.
JSSE enabled
Whenever WLS server attempts to connect to OUD the connection is dropped with "SSLV2_Hello is Disabled" which it is on OUD.
Why is WLS sending SSLV2_Hello? even with below:
setUserOverrides.sh:
JAVA_OPTIONS="-Dweblogic.security.SSL.enableJSSE=true -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.1 -Dssl.debug=true $JAVA_OPTIONS"
JAVA_OPTIONS=" -Djavax.net.debug=all -Dweblogic.ssl.JSSEEnabled=true -Dweblogic.StdoutDebugEnabled=true $JAVA_OPTIONS"
JAVA_OPTIONS=" -Djdk.tls.client.protocols=TLSv1.1,TLSv1.2 -Dweblogic.security.SSL.protocolVersion=TLSv1.1,TLSv1.2 $JAVA_OPTIONS"
JAVA_OPTIONS=" -Dweblogic.security.SSL.protocolVersion=TLS1.1 $JAVA_OPTIONS"