EAP-TLS Troubleshooting
Common Issues
Certificate Not Trusted
Symptom: Authentication fails with "Certificate not trusted" or "Unknown CA"
Cause: ISE doesn’t have the issuing CA in trusted certificates
Resolution:
-
Import full CA chain to ISE
-
Verify trust settings include "Client Authentication"
# Check ISE trusted certs
netapi ise api-call openapi GET '/api/v1/certs/trusted-certificate?size=100' | \
jq -r '.response[].friendlyName' | grep -i domus
Certificate Expired
Symptom: "Certificate has expired" error
Resolution:
-
Issue new certificate from Vault
-
Deploy to client
-
Update ISE if server cert expired
# Check expiry
openssl x509 -in /etc/ssl/certs/client-eaptls.pem -noout -dates
Debugging
ISE Live Logs
-
Operations > RADIUS > Live Logs
-
Click failed authentication
-
Check:
-
"Authentication Details"
-
"Steps" - shows exact failure point
-
"Other Attributes" - certificate info
-