Skip to content

Commit

Permalink
7339-OL-configured-TAI
Browse files Browse the repository at this point in the history
7339-OL-configured-TAI

#7339
  • Loading branch information
ramkumar-k-9286 committed May 29, 2024
1 parent 1d47123 commit 007c1a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/ROOT/pages/troubleshooting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ If you want to find solutions to security related issues , the following informa
- <<#Troubleshooting_Kerberos, Troubleshooting Kerberos authentication to LDAP servers>>
* <<#Troubleshooting_SSO, Troubleshooting SSO>>
* <<#Troubleshooting_SSL, Troubleshooting SSL and TLS>>
* <<#Troubleshooting_TAI, Troubleshooting TAI>>
* <<#Other_troubleshooting, Other troubleshooting issues>>
[#Troubleshooting_ACME]
Expand Down Expand Up @@ -272,6 +273,11 @@ Exception thrown while trying to read configuration and update ManagedServiceFac
This error occurs when a keystore element exists in the configuration without an ID field.
If you use a minimal TLS configuration, set the `ID` field to `defaultKeyStore`.

[#Troubleshooting_TAI]
== Troubleshooting Trust Association Interceptor

When the `TrustAssociationInterceptor` component calls the `InitialDirContext` class with the Java property `java.naming.ldap.factory.socket` set to a socket factory other than `LibertySSLSocketFactory` (such as `com.ibm.ws.ssl.LibertySSLSocketFactoryWrapper`), a `NoClassDefFoundException` occurs. This issue is particularly challenging to debug and typically requires the expertise of both the security and classloader teams.

[#Other_troubleshooting]
== Other troubleshooting issues

Expand Down

0 comments on commit 007c1a1

Please sign in to comment.