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
RSA Authentication Manager 8.x Web Tier that is installed on a Linux server fails due to port 443 permission errors 50Number of Views Disabling weak ciphers using port 1813 in RSA Authentication Manager 8.3 patch 1 262Number of Views RSA Authentication Manager 8.x Web Tier is not listening on TCP port 443 723Number of Views How to check for available SSL/TLS protocols and ciphers for a specific port in RSA Authentication Manager 8.x 1.59KNumber of Views Checking name resolution and port connectivity for Web Tier instance on a supported Red Hat platform - RSA Authentication … 452Number of Views
Trending Articles
Artifacts to gather in RSA Identity Governance & Lifecycle How to install the jTDS JDBC driver on WildFly for use with Data Collections in RSA Identity Governance & Lifecycle Unable to attach a replica instance due to a configuration error when enabling replication for the RADIUS server for RSA A… Oracle 12c TEMP_UNDO_ENABLED parameter for managing GTT UNDO activity in RSA Identity Governance & Lifecycle RSA announces the availability of the RSA SecurID Hardware Appliance 230 based on the Dell PowerEdge R240 Server
Don't see what you're looking for?