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
'ORA-39246: cannot locate master table within provided dump files' error restoring an RSA Identity Governance & Lifecycle … 39Number of Views RSA Certificate Manager installation fails with error "XrcNOTFOUND: unable to locate requested member or object" when sele… 13Number of Views Error: The system cannot locate the specified RDN 'DC=x, DC=y' in the external identity source 'example. Verify that the d… 9Number of Views AFX Connectors remain in a Deployed state and 'Could not locate data file kahadb/db-XXX.log' error in RSA Identity Governa… 459Number of Views 'Program Error - XC_XParseRegenerateCertificate: [XrcNOTFOUND] unable to locate requested member or object. Can't create i… 39Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Mandatory Certificate Upgrade Required by 6th October 2025 for RSA MFA Agent for PAM, RSA MFA Agent for Apache, and Third … RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?