Java Runtime Environment 1.5
Example of SSL error exception:
Thread-16, READ: TLSv1 Alert, length = 2 Thread-16, RECV TLSv1 ALERT: fatal, certificate_unknown Thread-16, called closeSocket() Thread-16, Exception while waiting for close
javax.net.ssl.SSLHandshakeException: Received fatal alert:
certificate_unknown
Thread-16, handling exception: javax.net.ssl.SSLHandshakeException:
Received fatal alert: certificate_unknown MuxWorker-9, handling exception: javax.net.ssl.SSLHandshakeException:
Received fatal alert: certificate_unknown
Add the following line to the java startup command for the RSA Access Manager servers:
-Djavax.net.debug=all
If you are using a runtimeAPI or adminAPI program you can set the system property in your code with the following line:
System.setProperty("javax.net.ssl.debug", "all");
This will enable debug mode for the JSSE showing all the SSL certificates and handshake information:
Ensure that the correct LDAP SSL Server certificate is trusted in the JKS or PKS keystore for Mutual SSL Authentication.
See the Sun Java documentation for JSSE debugging:
http://java.sun.com/j2se/1.5.0/docs/guide/security/jsse/JSSERefGuide.html#Debug
Related Articles
Error: Error 'Socket Closed exception in RSA Federated Identity Manager (FIM) 2.5' 10Number of Views Unexpected LDAP authentication failure event monitor message while attempting RSA SecurID Access RADIUS authentication 87Number of Views User Event Monitor Messages for Cloud Access Service (02 - 345) 162Number of Views User Event Monitor Messages for Cloud Access Service (20601 - 38000) 329Number of Views User Event Monitor Messages for Cloud Access Service (1501 - 20406) 367Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA announces the availability of the RSA SecurID Hardware Appliance 230 based on the Dell PowerEdge R240 Server How to troubleshoot Oracle database ORA-04030 errors in RSA Identity Governance & Lifecycle RSA Authentication Manager Upgrade Process Microsoft SQL Server Collectors can no longer connect to the SQL Server database after upgrade to Microsoft SQL Server 201…