Configure Internal WebLogic Server LDAP to Use LDAPs
If you have configured an external Identity Store, you can skip performing this step.
You can configure an external identity store to use a secure connection. To use an external identity store, you must change the URL in the internal LDAP ID store.
On IBM-AIX an additional configuration step is required to configure the IBM JDK supported cipher suites.
-
Open
<DomainHome>/config/fmwconfig/ovd/default/adapters.os_xml -
In the
<ldap>section of this file, insert the following SSL cipher suites:<ldap id="DefaultAuthenticator" version="0"> <ssl> <protocols>TLSv1.2,TLSv1.1</protocols> <cipherSuites> <cipher>SSL_RSA_WITH_AES_128_CBC_SHA</cipher> <cipher>SSL_ECDHE_ECDSA_WITH_AES_128_CBC_SHA</cipher> <cipher>SSL_ECDH_ECDSA_WITH_AES_128_GCM_SHA256</cipher> </cipherSuites> </ssl> </ldap>