Hi all,
I'm trying to troubleshoot the connection from a 10.10 client to an EAP-TLS enabled wireless network.
We've verified that the certificate we're using to authenticate is ok, but just getting a 'Connection Failed' while trying to connect.
Nothing seems to be logged into the console.app, having googled around on this it seems from this page you can enable more verbose logging by running this command:
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.eapolclient LogFlags -int -1
Only problem is, that on 10.10 'com.apple.eapolclient' doesn't exist!
The only similar one I can find is this: com.apple.network.eapolclient.configuration.plist
And it doesn't respond to changing the logflags value.
Anyone else run into this? Has it been moved elsewhere or renamed?