cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2591
Views
20
Helpful
8
Replies

SSL Ciphers

wynneitmgr
Level 3
Level 3

Is there any good documentation on changing/configuring the SSL ciphers on an ASA 5508 using ASDM? We are having issues with our Cisco AnyConnect connecting to our VPN on phones and tablets. It works fine on PCs. Cisco TAC recommended changing the SSL ciphers on the ASA.

 

Thank you for any help!!

2 Accepted Solutions

Accepted Solutions

Hi @wynneitmgr 

Be careful before you make those changes, make sure you take a backup before you do anything.

 

It looks like TAC has provided the exact commands for you to copy and paste via the CLI. If you login to the ASA using SSH you should just be able to paste the commands. Else if you want to do via ASDM, just modify TLS.12, change to custom and paste the ciphers is quote marks "". From the Diffe-Helleman group drop-down list select group14. Make sure you apply and save afterwards.

View solution in original post

8 Replies 8

@balaji.bandi 

 

Thanks for your reply! Here is what Cisco TAC told me I should do, I just don't know how to do it.

ssl server-version tlsv1.2

ssl cipher tlsv1.2 custom "ECDHE-ECDSA-AES128-GCM-SHA256 ECDHE-RSA-AES128-GCM-SHA256 DHE-RSA-AES128-GCM-SHA256"

ssl cipher dtlsv1 custom "DHE-RSA-AES128-SHA DHE-RSA-AES256-SHA"

ssl dh-group group14

ssl ecdh-group group19

 

Here are my SSL Settings in ASDM:

sslciphers1.png

 

Hi @wynneitmgr 

Be careful before you make those changes, make sure you take a backup before you do anything.

 

It looks like TAC has provided the exact commands for you to copy and paste via the CLI. If you login to the ASA using SSH you should just be able to paste the commands. Else if you want to do via ASDM, just modify TLS.12, change to custom and paste the ciphers is quote marks "". From the Diffe-Helleman group drop-down list select group14. Make sure you apply and save afterwards.

@Rob Ingram 

Thanks Rob! Will I need to reboot the Firewall after making the changes. Will this affect any connected users? Just trying to think if I should do this after hours or not. Thanks again.

No you don't need to reboot the firewall after makes these changes. I don't believe the changes should not affect existing sessions, they will take affect for new sessions once the settings have been applied.

 

If I was you I'd test post-change with all devices just make sure they still work, as you probably know each type of device does not necessarily behave the same as another.

@Rob Ingram 

How do I backup the ASA in ASDM before I make the changes? Thanks for your help, I appreciate it.

@Rob Ingram 

Thanks! I did figure it out. The Help feature has a lot of information in ASDM.