Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7339-OL-configured-TAI-reword-1 #7367

Merged
merged 1 commit into from
May 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion modules/ROOT/pages/troubleshooting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ 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.
To avoid potential issues, users must not configure the `TrustAssociationInterceptor` component to call the `InitialDirContext` class with the Java property `java.naming.ldap.factory.socket` set to a socket factory other than Liberty's own (`com.ibm.ws.ssl.protocol.LibertySSLSocketFactory`). Setting this property to other factories can cause a `NoClassDefFoundException`.


[#Other_troubleshooting]
== Other troubleshooting issues
Expand Down