dipConfigurator fails with “Invalid
Ldap connection details” error
Issue
Description:
Solution:
jdk.tls.disabledAlgorithms=SSLv3,
MD5withRSA, DH keySize < 768, DESede, EC keySize < 224
cd to
JAVA_HOME/jre/lib/security directory
Make a copy of
java.security.
Open the file
and locate "jdk.tls.disabledAlgorithms"
Comment the
existing and add below
jdk.tls.disabledAlgorithms=SSLv3,
MD5withRSA, DH keySize < 768, DESede, EC keySize < 224
Reference:
DIP 12c: ODIP
Application Is Down With "Credential Not Found" Error-
dipConfigurator Fails With: Found Invalid Inputs : Invalid Ldap Connection
Details Specified (Doc ID 2507206.1)
"Invalid
Ldap connection details specified." When Executing 12c dipConfigurator(Doc
ID 2314756.1)
SSL Connection
to Remote Server Fails After JDK Upgrade to JDK 7 Update 181 or Later (Doc ID
2448170.1)
No comments:
Post a Comment