EAP-TLS: Private key not configured
I cannot seem to connect to my companies wifi via TLS private key, this is the log from WPA_supplicant:
wlan0: Trying to associate with SSID 'Private'
wlan0: Associated with MAC ADDRESS
wlan0: CTRL-EVENT-EAP-STARTED EAP authentication started
wlan0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=17 -> NAK
wlan0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=13
EAP-TLS: Private key not configured
wlan0: EAP: Failed to initialize EAP method: vendor 0 method 13 (TLS)
wlan0: CTRL-EVENT-EAP-FAILURE EAP authentication failed
wlan0: Authentication with MAC ADDRESS timed out.
wlan0: CTRL-EVENT-DISCONNECTED bssid=MAC ADDRESS reason=3 locally_generated=1
wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Private" auth_failures=1 duration=10
and this is my configuration for /var/lib/connman/wifi_private.config:
[service_private]
Type=wifi
Name=Private
EAP=tls
PrivateKeyFile=/home/nemo/.cert/private_wifi.p12
PrivateKeyPassphrase=KEYPASSPHRASE
PrivateKeyPassphraseType=fsid
Identity=name@email.com
Anybody know where I might be going wrong? The certificate file, the p12 file is definitely valid since when I connect through a Ubuntu laptop using that certificate it works perfectly.
You seems to have enabled the developer mode, so you could try to use
connmanctl
as described in the answer to this. Maybe that solves your problem.And please code tag log log entries
PyroDevil ( 2014-02-06 18:21:16 +0200 )editAh cheers ill give it a go
m4r0v3r ( 2014-02-06 18:31:51 +0200 )editWhen I attempt to connect from your post and paste in the wifi_xxxx related to my network I receive an error Invalid arguments.
m4r0v3r ( 2014-02-07 13:16:29 +0200 )edit