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 209Number of Views Configure Security Console Authentication Methods 241Number of Views Administrators fail to logon to the RSA Security Console 206Number of Views Cannot log into Security Console, Operations Console, SelfServiceConsole using shortcuts for RSA Authentication Manager 8.x 258Number of Views Error message in RSA Authentication Manager 8.x Security Console or Self-Service Console when logging in with LDAP password 1.37KNumber of Views
Trending Articles
RSA Authentication Manager Upgrade Process RSA Release Notes for RSA Authentication Manager 8.8 RSA RADIUS Server service failed to start in the RSA Authentication Manager 8.1 Operations Console Microsoft Entra ID External MFA - Relying Party Configuration Using OIDC - RSA Ready Implementation Guide RSA Release Notes: Cloud Access Service and RSA Authenticators
Don't see what you're looking for?