Unable to find valid certification path to requested target error when hitting Test Email in RSA Identity Management and Governance 6.9.1
Originally Published: 2015-05-01
Article Number
Applies To
RSA Product/Service Type: Appliance
RSA Version/Condition: 6.9.1
Issue
Cause
Resolution
- Transfer a copy of the root and subordinate root certificates (public key only) to /tmp on your IMG server.
- Import the certificates one at a time into our JDK trusted CA keystore.
- This example is where the root certificate was named root1.cer with a nickname of exchange-root1:
-
keytool -import -trustcacerts -alias exchange-root1 -file /tmp/root1.cer -keystore /etc/alternatives/jre_openjdk/lib/security/cacerts -storepass changeit
-
- If there are subordinate roots, adjust the alias and filename for each with their unique values, and run the above keytool -import command for each.
- Using the commands below, restart IMG for the changes to the trust store to take effect:
-
su - oracle acm stop acm start
-
- If you have problems you may have used the wrong set of certificates. To get a copy of the server certificate (not the root) directly from the port for verification, run this command:
-
openssl s_client -connect exchangeserver.domain.com:995
-
- The output will contain the server certificate PEM that you can put into a file. To view the details of the certificate you can run this command:
-
keytool -printcert -file /tmp/pem.txt
-
- The server certificate will identify itself and the name of the root that issued it.
Notes
Use the command below to find the JBoss process. In the output (which will be 3 or more lines), the JBoss process is the one with the longer command, not the script (.sh), or the grep command:
ps –elFa | grep jboss
The correct process line will look similar to this:
0 S oracle 7181 7083 4 80 0 - 1378441 futex_ 811840 0 Feb09 ? 07:57:47 /etc/alternatives/java_sdk_1.6.0/bin/java -Dprogram.name=run.sh -Xmx4096m -XX:MaxPermSize=512M -Djava.awt.headless=true -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/oracle -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/home/oracle/jboss/lib/endorsed -classpath /home/oracle/jboss/bin/run.jar:/etc/alternatives/java_sdk_1.6.0/lib/tools.jar org.jboss.Main -c default -b 0.0.0.0
Where the second number, 7181 in the above example, would be the process ID. Use that process ID with jinfo to get the list of system properties:
jinfo <process ID>
The jinfo command will take ~30-120 seconds to complete, and JBoss (and Aveksa) will become unresponsive during that time.
In the output for jinfo you will see a number of system properties, key-value pairs of the form: key = value. Locate the key javax.net.ssl.truststore, the value for that system property is your truststore file. If the key javax.net.ssl.truststore is not present then the default (referenced in the resolution) is correct. You can also use find to locate the default cacerts file:
find / -name cacerts
Related Articles
RSA Web Tier installation on a Linux server fails with error unable to find SMBIOS 177Number of Views Warning message "WARN Unable to find an Attribute length for : business_unit_id or supervisor" logging after installation… 24Number of Views How to modify or disable the 'Redirect All Email To' Email Test Option when the application is unavailable in RSA Identity… 55Number of Views How to find upgrade files on SecurCare Online (SCOL) for RSA Via Lifecycle & Governance 82Number of Views Help Scout - SAML My Page SSO Configuration - RSA Ready Implementation Guide 10Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Release Notes for RSA Authentication Manager 8.8 Deploying RSA Authenticator 6.2.2 for Windows Using DISM Downloading RSA Authentication Manager license files or RSA Software token seed records
Don't see what you're looking for?