UI not reachable on port 443 in RSA Governance & Lifecyle Virtual Application
Article Number
Applies To
This is a known issue in the following version:
- RSA Governance & Lifecycle Virtual Application (OVA) 8.0.0
Issue
Cause
Resolution
- RSA Governance & Lifecycle Virtual Application (OVA) 8.0.0 P01
Workaround
- SSH as root to (or login as root on the console of) the Virtual Application VM
- Enable and start the firewall service:
systemctl enable firewalld.service systemctl start firewalld.service
- Check the active Zone
firewall-cmd --get-active-zones
For example, the output may show "docker" as the active zone:acm-vapp:~ # firewall-cmd --get-active-zones docker interfaces: eth0 bond0
- Open the active zone config file (e.g., docker.xml) with a text editor:
vi /etc/firewalld/zones/docker.xml
- Add the following lines AFTER the last of the lines that look like "<port port=...":
<forward-port port="443" protocol="tcp" to-port="8443"/> <forward-port port="444" protocol="tcp" to-port="8444"/>
- Reload the firewall:
firewall-cmd --reload
- RSA Governance & Lifecycle UI should now be accessible using 443 port
Notes
Related Articles
Authentication Manager Console Access using CNAME or DNS alias fails with Redirect Logon Loop - ERR_TOO_MANY_REDIRECTS 3Number of Views java.lang.NoClassDefFoundError when saving a JAVA Code Based AFX Connector in version 7.0.2 of RSA Identity Governance & L… 69Number of Views Authentication agent for Windows, AAWin autoregistration fails after update to RSA Authentication Manager 8.4 Patch 14 131Number of Views RSA Token Client returns error 40032 - R_TC_ERR_REGISTRATION_FAIL 15Number of Views Console and web tier virtual host certificates no longer trusted by Google Chrome 58.0.3029.81 in RSA Authentication Manag… 249Number of Views
Trending Articles
AFX Server remains in a 'Not running' State, afx status shows 'timed out waiting for AFX applications to start' and mule_e… RSA Release Notes for RSA Authentication Manager 8.8 RSA Authentication Manager 8.7 SP1 Patch 1 Hotfix 1 RESTful Web Service Connector capability test fails with unauthorized (401) error when using Basic authentication in RSA G… RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide
Don't see what you're looking for?