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 204Number of Views Configure Security Console Authentication Methods 240Number of Views Firefox reports Secure Connection Failed when connecting to the RSA Security Console 510Number of Views Supported web browsers report an error message when accessing RSA Authentication Manager 8.1 Security Console or Operation… 416Number of Views Cannot log into Security Console, Operations Console, SelfServiceConsole using shortcuts for RSA Authentication Manager 8.x 257Number 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?