2

I am trying to install a certificate on my Cisco ASA 5515. It has my local Windows 2012 CA as a trusted CA. The domain has also had this CA applied to their trusted root.

Whenever I try to connect from the outside via anyConnect VPN I get an untrusted certificate error, specifically "Certificate does not match the server name".

The device hostname is vpn, domain name is example.com. The Certificate is issued to cn=vpn.example.com issued by cn=corp-dc1-CA,dc=corp,dc=example,dc=com.

I do have 2 autonomous domains configured: corp.example.com is an internal domain which is not registered with GoDaddy; example.com is registered with GoDaddy.

I used a CSR from the ASA to generate a cert on my CA and installed the new cert on my ASA, but still no luck.

TRiG
  • 1,181
  • 3
  • 13
  • 30
Tony DeJesus
  • 61
  • 1
  • 6

1 Answers1

1

You've probably fixed this now, but the fix I found was to

  1. Confirm that the certificate is installed against the trustpoint, valid — check your date and time on the ASA and the start and expiry on the certificate!
  2. Make sure you entered the command to associate the trustpoint with the external interface which will receive the VPN requests; this is normally the fix.

    ssl trust-point "Trustpoint_name" Interface_Name
    
TRiG
  • 1,181
  • 3
  • 13
  • 30
David
  • 11
  • 1