How to configure AES ciphers for the RSA Authentication Manager 8.1 Security Console
Originally Published: 2014-10-29
Article Number
Applies To
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.1
Issue
Tasks
- Access the Authentication Manager server via command line.
- Modify the config.xml file.
- Restart the Authentication Manager services.
Resolution
Browsers can be configured to use non-RC4 ciphers. These connections from the client workstation to the Authentication Manager consoles can be established via TLS and AES ciphers. These connections from the client workstation to the Authentication Manager consoles can be established via TLS and AES ciphers.
Some argue that the most secured mode possible is TLS 1.2 using RC4-128-SHA1, however once the RC4 ciphers are disabled, the connection will fail unless you enable another cipher for the Authentication Manager console in the config.xml file, such as AES.
Steps on how to disable RC4 ciphers on browsers are below.
Microsoft Internet Explorer 11
On the PC running the browser, open regedit and do the following:
- Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC4 128/128]"Enabled"=dword:00000000
- Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC4 40/128]"Enabled"=dword:00000000
- Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC4 56/128]"Enabled"=dword:00000000
Mozilla Firefox 33
On the PC running the browser, launch Firefox and do the following:
- In the address bar, type about:config and press Enter.
- Set the value for security.ssl3.ecdh_ecdsa_rc4_128_sha to false.
- Set the value for security.ssl3.ecdh_rsa_rc4_128_sha to false.
- Set the value for security.ssl3.ecdhe_ecdsa_rc4_128_sha to false.
- Set the value for security.ssl3.ecdhe_rsa_rc4_128_sha to false.
- Set the value for security.ssl3.rsa_rc4_128_md5 to false.
- Set the value for security.ssl3.rsa_rc4_128_sha to false.
- SSH to the Authentication Manager 8.1 primary.
- Navigate to /opt/rsa/am/server/config.
- Run the following command:
cat config.xml | grep AES
- The section of the file regarding AES cipher suites will display as below:
- Highlight the following lines and paste them into a text editor.
- Make a backup of the config.xml then edit the working copy. Find the <listen-port> of 7004. The RC4 cipher suite should be right above it.
- Paste in the cipher suites copied above as in the sample below:
- Use the command :wq! to save or :q! to quit without saving.
- Navigate to /opt/rsa/am/server and run the following command to restart the Authentication Manager services.
./rsaserv restart all
- After the services are completely started, access the Security Console.
- Check your connection using browser tools.
Related Articles
About the Security Console 200Number of Views Configure Security Console Authentication Methods 240Number of Views Firefox reports Secure Connection Failed when connecting to the RSA Security Console 506Number of Views Supported web browsers report an error message when accessing RSA Authentication Manager 8.1 Security Console or Operation… 416Number of Views Security Levels and Identity Router Connection Ciphers 81Number of Views
Trending Articles
Oracle 12c TEMP_UNDO_ENABLED parameter for managing GTT UNDO activity in RSA Identity Governance & Lifecycle RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Unable to attach a replica instance due to a configuration error when enabling replication for the RADIUS server for RSA A… RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide Troubleshooting AFX Connector issues in RSA Identity Governance & Lifecycle
Don't see what you're looking for?