Hi,The "customer log" files are acsLocalStore.log*. Basically they contain the same info as ACS View has.You can use the openSSL ocsp utility to test your server. See 'man ocsp' for details.Thanks,Sergey Emantayev
Hello Andrew,You can check the failure reason in ACS Monitoring & Reports Viewer.Go to Monitoring & Reports > Reports > Catalog > AAA Protocol > RADIUS AuthenticationYou probably need to configure a PEAP inner method.Thanks,Sergey
You can see the failed authentication details (including SSL alert) in M&R: open 'Monitoring and Reporting', then go to Reports > Catalog > AAA protocol > RADIUS authentication.
Hello,I suggest you to collect a sniffer trace for the EAP-TLS hanshake in order to see what certificate is sent by client (the best way is to do it on the client machine, then the very first packets sent on the network are EAP-TLS).Thanks,Sergey Ema...