10-30-2024 12:56 AM
Hello everyone,
I'm setting up a RADSEC connection between our Cisco Catalyst 9800 WLC and a RadiusAAS service, but I'm hitting a "Certificate Unknown (46)" error during the handshake:
On the Cisco side, the only error I’m seeing is: “RADSEC server identity check failed with server XXX.”
For certificate management, I’m using XCA to create a self-signed CA and generate individual certificates for each endpoint:
RadiusAAS: I verified that the correct certificate is being sent by exporting it from a packet capture; it includes both the CA and the server certificate:
Cisco WLC: I created a Trustpoint, authenticated it with the CA certificate, then generated a CSR that I signed with this CA. I imported the signed certificate back into the WLC (this is the radsec-vm cert shown in the XCA screenshot). Here are my Radius and Trustpoint configurations:
And finally, here are the certificates associated with my trustpoint:
I've assigned both endpoint certificates the Client and Server Authentication EKUs.
Do you have any idea what could be wrong with my setup ?
10-30-2024 02:04 AM
"Cisco WLC: I created a Trustpoint, authenticated it with the CA certificate, then generated a CSR that I signed with this CA. I imported the signed certificate back into the WLC (this is the radsec-vm cert shown in the XCA screenshot). Here are my Radius and Trustpoint configurations:"
You did not explicity mention, did you also imported the certificate into the radius server? The one you created from the WLC CSR?
10-30-2024 12:06 PM
Hi,
Sometimes, the error messages are not really intuitive; can you set "revocation-check none" under Trustpoint and test again?
Best,
Cristian.
10-31-2024 07:51 AM
From the error message it seems that the WLC is not trusting the RADIUS server certificate. I agree with @Cristian Matei, probably the issue here is that the WLC is not able to check the validity of the presented certificate by the RADIUS server through CRL and this is why is returning the unknown certificate error.
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