Does anyone know the cause of the error when trying to use ASDM on version 9.4 on Firefox?
ssl_error_no_cypher_overlap
I tried the following command:
ssl encryption aes256-sha1 aes128-sha1 3des-sha1 des-sha1
but it converts it and had it manually change it as some commands didn't take so here is the output of 'show run all ssl'
ssl server-version tlsv1
ssl client-version tlsv1
ssl cipher default custom "DES-CBC3-SHA:DES-CBC-SHA:RC4-MD5:AES128-SHA1:AES256-SHA1:3DES-SHA1:DES-SHA1"
ssl cipher tlsv1 custom "DES-CBC3-SHA:DES-CBC-SHA:RC4-MD5:AES128-SHA1:AES256-SHA1:3DES-SHA1:DES-SHA1"
ssl cipher tlsv1.1 medium
ssl cipher tlsv1.2 high
ssl cipher dtlsv1 custom "DES-CBC3-SHA:DES-CBC-SHA:RC4-MD5AES128-SHA1:AES256-SHA1:3DES-SHA1:DES-SHA1"
ssl dh-group group2
ssl ecdh-group group19
ssl trust-point my.vpn.trustpoint Comcast_Internet
ssl trust-point my.vpn.trustpoint TelePacific
ssl certificate-authentication fca-timeout 2
I am still getting the error.