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
Deprecated Features for RSA MFA Agents 64Number of Views DO NOT PUBLISH YET RSA Authentication Manager 8.3 P2 - Summary of Known Third-Party Component Vulnerabilities Under Invest… 35Number of Views Error: Error 'Socket Closed exception in RSA Federated Identity Manager (FIM) 2.5' 10Number of Views AWS Workspaces - SAML My Page SSO Configuration - RSA Ready Implementation Guide 29Number of Views RSA SecurID Authentication Manager Security Vulnerability for Java (CVE-2015-2590) - False Positive(s) 42Number of Views
Trending Articles
RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Unable to login to RSA Authentication Manager Security Console as super admin Error Unable to resolve user by login ID and/or alias, or authenticator not assigned to user when attempting to authentica…