06-03-2015 02:52 PM - edited 02-21-2020 08:15 PM
Successful upgrade from 9.3.1 to 9.4.1 on our test ASA-X VPN box.
Anyconnect 3.1.05182 clients still connecting flawlessly for all operating systems (xp, win7, Mac), but Windows Surface Pro 3's (Windows 8.1) clients now get "Untrusted VPN Server Blocked", changing settings to allow access for untrusted still allows connectivity.
Web Browsers on same workstations are still able to get to same SSL VPN web page and Cert Chain is valid, no errors. Only Anyconnect Client seems to have an issue with the Certificate.
Anyone had similar issues? I've openned a TAC case. Thank you.
Solved! Go to Solution.
06-03-2015 06:05 PM
Hi,
When the client sends an SSL hello packets, an elliptic curve-capable SSL negotiation is used in version 9.4, and the ASA will present the SSL VPN client with an elliptic curve certificate, even when the corresponding interface has been configured with an RSA-based trustpoint. That's why the ASA is presenting the self-signed Cert "Self-signed (EC 256 bits ecdsa-with-SHA256)".
So To avoid this, we need to remove the corresponding cipher suites using the ssl cipher command.
we can execute the following command so that only RSA based ciphers are negotiated (
ssl cipher tlsv1.2 custom "AES256-SHA:AES128-SHA:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:DES-CBC3-SHA:DES-CBC-SHA:RC4-SHA:RC4-MD5"
HTH
Abaji.
06-03-2015 06:05 PM
Hi,
When the client sends an SSL hello packets, an elliptic curve-capable SSL negotiation is used in version 9.4, and the ASA will present the SSL VPN client with an elliptic curve certificate, even when the corresponding interface has been configured with an RSA-based trustpoint. That's why the ASA is presenting the self-signed Cert "Self-signed (EC 256 bits ecdsa-with-SHA256)".
So To avoid this, we need to remove the corresponding cipher suites using the ssl cipher command.
we can execute the following command so that only RSA based ciphers are negotiated (
ssl cipher tlsv1.2 custom "AES256-SHA:AES128-SHA:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:DES-CBC3-SHA:DES-CBC-SHA:RC4-SHA:RC4-MD5"
HTH
Abaji.
06-04-2015 05:03 AM
Confirmed. Surface Pro 3's (windows 8.1) all now connect with Anyconnect and no "Untrusted VPN Server Blocked". Thank you for your assistance!
06-04-2015 06:42 AM
The instructions are noted in the 9.4 release notes - right at the top under "Important notes". :)
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