01-24-2021 05:28 AM
I'm getting the following error when connecting from my anyconnect for android mobile "Connection attempt has failed due to server communication errors. please retry the connection"
While the connection is working from my PC using anyconnect client.
Solved! Go to Solution.
01-25-2021 01:29 AM - edited 01-25-2021 01:30 AM
SSL not SSH, try the following from the CLI (ensure you backup your configuration before you make any changes):-
ssl cipher default custom "AES256-SHA256:AES256-SHA:AES128-SHA"
ssl cipher tlsv1 custom "AES256-SHA:AES128-SHA"
ssl cipher tlsv1.1 custom "AES256-SHA:AES128-SHA"
ssl cipher tlsv1.2 custom "AES256-SHA256:AES256-SHA:AES128-SHA"
ssl cipher dtlsv1 custom "AES256-SHA:AES128-SHA"
If that doesn't work provide your configuration
01-24-2021 12:56 PM
ssh encryption aes128-sha1 aes256-sha1 3des-sha1
try this, I think SSL encrypt is mismatch.
01-25-2021 12:47 AM
I tried this command but its not available on the ASA so i searched the SSH encryption from the ASDM and i allowed all encryption algorithms and still the same problem .
thanks for your suggestion.
01-25-2021 04:15 AM
Sorry it ssl not ssh,
But for your notic i mnetion that ssl is mismatch.
Whatever i am happy your issue solved.
01-25-2021 04:52 AM
yes, i noticed that u described the problem correctly.
just the command wasn't available on the cisco ASA and oi think that its available on cisco routers and solve the same problem .
01-25-2021 01:29 AM - edited 01-25-2021 01:30 AM
SSL not SSH, try the following from the CLI (ensure you backup your configuration before you make any changes):-
ssl cipher default custom "AES256-SHA256:AES256-SHA:AES128-SHA"
ssl cipher tlsv1 custom "AES256-SHA:AES128-SHA"
ssl cipher tlsv1.1 custom "AES256-SHA:AES128-SHA"
ssl cipher tlsv1.2 custom "AES256-SHA256:AES256-SHA:AES128-SHA"
ssl cipher dtlsv1 custom "AES256-SHA:AES128-SHA"
If that doesn't work provide your configuration
01-25-2021 02:26 AM
Hi Rob,
Thanks for your help the problem was solved using these commands from your reply.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide