Unable to configure recurring feed located in an internal HTTPS server
Originally Published: 2017-10-27
Article Number
Issue
You can also see a error similar to the following one in the /var/lib/netwitness/uax/logs/sa.log :
WARN org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/live/null] in DispatcherServlet with name 'xxxx'
ERROR com.rsa.smc.sa.core.service.DefaultHttpClientService - https://xxxxxx.xxx/feed.csv
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
Cause
Resolution
keytool -import -trustcacerts -alias <alias> -file <cacertificate.pem> -keystore /etc/pki/java/cacerts -storepass changeit
If your environment uses intermediate certificates, import them as well with the same command:
keytool -import -trustcacerts -alias <alias2> -file <intertmediatecertificate.pem> -keystore /etc/pki/java/cacerts -storepass changeitrestart jettysrv
Login to the UI and try to verify the feed again, you can also run the following command to confirm that the error mentioned above is no longer showing up:
tailf /var/lib/netwitness/uax/logs/sa.log
Notes
Related Articles
Data Feed is failing with error Unable to login with specified credentials 13Number of Views Federated Directory - RSA Ready Implementation Guide 2Number of Views View the Progress Monitor for Promotion for Maintenance 19Number of Views FIM 'Unable to process the AuthnRequest message' in RSA Federated Identity Manager 39Number of Views How to back up the SAML configuration in RSA Federated Identity Manager (FIM) 2.0 26Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?