Error: 'HTTPS Error Returned:: java.lang.Exception: no trusted certificates found' in RSA Certificate Manager
Originally Published: 2006-05-30
Article Number
Applies To
Issue
Java application is using a .p7b file (PKCS#7) to load in their truststore do to a standard server authentication. That file contains the complete certificate chain and also the server certificate.
Cause
Resolution
Your client application needs to trust SubCA and/or RootCA ensuring that SSLCert will be chained to SubCA then trusted. In the symptom described above:
- The client application had SSLCert, SubCA, and RootCA in a single .p7b file, and the application was using this file as its truststore. The application was working fine.
- SubCA was then resigned (but not applied on the web server)
- The new SSLCert was exported with its full chain in a new .p7b file. This file then contained the new SubCA certificate.
- This new .p7b was then used by the application, and they had that symptom, because the application was doing a full certificate matching to allow the connection, and since SubCA certificate on the webserver was not the same as the one in the .p7b, the match failed, thus rejecting the connection.
Workaround
Related Articles
How to bypass SSO for testing in RSA Identity Governance and Lifecycle 49Number of Views Splunk Enterprise - RSA Ready Implementation Guide 122Number of Views 8071C G1 Re-Image Issue 31Number of Views Parsing Old Messages Against A New XML 38Number of Views Emergency Bug Fix 112194 5Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory How to import CA signed console cert from AM 8.x primary into a new primary with same FQDN How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device How to 'Trust' the RSA Authentication Manager Security Console Self-Signed Root CA certificate and prevent Cert warnings. How to delete old or pending certificate signing requests for RSA Authentication Manager console or virtual host replaceme…
Don't see what you're looking for?