RCA-2026-03-16-001: Analysis
Root Cause
5 Whys Analysis
| Why # | Question and Answer |
|---|---|
1 |
Why did EAP-TLS authentication fail? |
2 |
Why did client reject ISE’s certificate? |
3 |
Why couldn’t client verify the chain? |
4 |
Why did client only have intermediate CA? |
5 |
Why wasn’t ROOT CA explicitly configured? |
Root Cause Statement
|
EAP-TLS clients require the ROOT CA certificate to verify the authentication server’s certificate chain. Using only the intermediate CA causes "unknown CA" errors because the client cannot establish trust to the root of the PKI hierarchy. |
Secondary Root Cause
|
NetworkManager’s |
Contributing Factors
| Factor | Description | Preventable? |
|---|---|---|
Vault PKI output |
|
Yes - documentation |
nmcli behavior |
|
No - NetworkManager design |
SSID confusion |
Initial connection used wrong SSID (DomusWifi vs Domus-Secure) |
Yes - documentation |
No pre-flight check |
No verification step to confirm correct CA before deployment |
Yes - process |