05-09-2017 01:06 PM - edited 02-21-2020 09:16 PM
I am need of some assistance configuring these older ASA 5510 for AnyConnect Version 4.3.02039.
I keep getting trustpoint not valid and certificate not authenticating errors on the ASA logs.
Can anyone please assist me with this. Thanks.
-Allen
Solved! Go to Solution.
05-10-2017 10:24 AM
"show run tunnel-group" should show you if authentication method is set to "aaa", "certificate" or "aaa certificate". Default is "aaa".
05-10-2017 11:08 AM
Means you are using both aaa and certificate authentication. Do you want to use client certificate authentication? If so, you need to have a certificate installed on the client machine. You would also have to import the CA certificate of that client cert onto the ASA so that it is trusted.
If you don't want client cert authentication, change the command to just "aaa". User will only be prompted for username and password.
05-09-2017 01:27 PM
Could you paste the logs that you are seeing on the ASA? Also, do you see errors when you try to connect to the ASA using the client?
05-09-2017 01:30 PM
I will see if I can get permission to post the logs. Please be in touch. I should have an answer tomorrow or Wednesday. Thank you.
-Allen
05-10-2017 06:41 AM
We keep getting Certificate Validation Failure.
What type of certs do you we need to use for AnyConnect and the ASA for this to work.
Do you we need CA certs Identity Certs or other types. We are also getting the error TrustPoint not validated as well.
Thank you. I look forward to hearing from you. You help is greatly appreciated. Check LinkedIn as well.
05-10-2017 07:35 AM
Since Anyconnect uses SSL/TLS, you would need to have an SSL identity certificate issued to the ASA at the very least. This is usually obtained from a trusted Certificate Authority (CA) and issued to the public Fully Qualified Domain Name (FQDN) of the ASA. If you want, you can authenticate the client using a certificate. For this, the client would need an identity certificate, which is usually obtained from an internal CA (Microsoft PKI environment). The ASA should trust the CA that has issued the client certificate.
If you are getting Certificate validation error, it could point to the client certificate not being trusted by the ASA. Are you using client certificate authentication on the ASA?
05-10-2017 07:55 AM
How do check to make sure the ASA is using client certificate authentication on the ASA ?
Thank you.
-Allen
05-10-2017 10:24 AM
"show run tunnel-group" should show you if authentication method is set to "aaa", "certificate" or "aaa certificate". Default is "aaa".
05-10-2017 10:30 AM
its currently set to "aaa certificate"
05-10-2017 11:08 AM
Means you are using both aaa and certificate authentication. Do you want to use client certificate authentication? If so, you need to have a certificate installed on the client machine. You would also have to import the CA certificate of that client cert onto the ASA so that it is trusted.
If you don't want client cert authentication, change the command to just "aaa". User will only be prompted for username and password.
05-10-2017 11:15 AM
We are looking into this now. I am awaiting my colleague assistance and hopefully He (Mark) will be reaching out to you shortly. I am very confident with your assistance and expertise we can finally get this figured out.
05-11-2017 02:01 PM
Hello Rahul,
Are you currently available ? We may a few questions .
Thanks.
We may also send a short config for AnyConnect Issues as well. thanks.
-Allen
05-12-2017 07:48 AM
05-12-2017 11:30 AM
Your tunnel-group webteam is set to authenticate the client with a certificate.
tunnel-group webteam webvpn-attributes authentication certificate
The ASA complains that it does not trust the certificate of the client
%ASA-3-717027: Certificate chain failed validation. No suitable trustpoint was found to validate chain.
You need to install the "DigiCert SHA2 Assured ID CA" certificate as a CA certificate in a different trustpoint on the ASA. This CA certificate can be found on digicert website.
05-10-2017 07:58 AM
Also, we can't use ASDM so we have do everything via CLI. So if you can tell me how check via command line on the ASA to ensure we are configured to use client certification authentication that would be great. Much appreciated.
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