Tuesday, June 30, 2020

dipConfigurator fails with “Invalid Ldap connection details” error

dipConfigurator fails with “Invalid Ldap connection details” error

 

Issue Description:

 As part of Configuring Oracle Directory Integration Platform for Oracle Internet Directory

 While running dipConfigurator (: $ORACLE_HOME/bin/dipConfigurator setup) it fails with below error

 “Invalid Ldap Connection Details”


Solution:

 Setting jdk.tls.disabledAlgorithms with correct parameters has resolved the DIP issue.

 

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