Anyconnect 4.x to use SHA 256
I want my any-connect to use SHA2 or SHA256 when it negotiates. How do I go about that?
Answer: use the below ciphers:
ssl cipher tlsv1.2 custom "AES256-SHA256:AES128-SHA256:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:DES-CBC3-SHA:DES-CBC-SHA:RC4-SHA"
I am unable to connect using any-connect 3.x, I get an error message : Unable to reach host / verify internet connectivity.
Answer:
Check "sh run all ssl"
make sure you have "ssl server-version tlsv1" This means that ASA supports tlsv1 and above. Because any-connect 3.x does not support tlsv1.1 and 1.2.
Answer: use the below ciphers:
ssl cipher tlsv1.2 custom "AES256-SHA256:AES128-SHA256:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:DES-CBC3-SHA:DES-CBC-SHA:RC4-SHA"
I am unable to connect using any-connect 3.x, I get an error message : Unable to reach host / verify internet connectivity.
Answer:
Check "sh run all ssl"
make sure you have "ssl server-version tlsv1" This means that ASA supports tlsv1 and above. Because any-connect 3.x does not support tlsv1.1 and 1.2.
0 comments:
Post a Comment