Asking for key constantly with WPA



I have a network using certificates (WPA2-Enterprise, TLS) that I'm
trying to connect to via NetworkManager.  When I attempt to connect to
my access point, I get the dialog box, I select the following options:

Wireless Security: WPA2 Enterprise
EAP Method: TLS
Key Type: Automatic (Default)
Identity: jayne-wireless.lan (same as my certificate name)
Password: <blank>
Anonymous Identity: <blank>
Client Certificate File: <my certificate>
CA Certificate File: <my ca file>
Private Key File: <my key file>
Private Key Password: <blank> (my certificate does not have a password)

I click Login to Network and almost immediately, the input key box comes
back up with all of the boxes reset.

I normally use wpa_supplicant and it works fine, but it seems like this
is having problems connecting.  I'm not sure if this is a NetworkManager
problem or a gnome-network-manager problem.

I can also connect to normal, insecure wireless networks perfectly fine
without problems.

The certificates have the permissions of 600 and owned by my normal user
that I logged in as.

Any assistance would be greatly appreciated.

Here's my wpa_supplicant.conf snippet:

network={
  ssid="flacid.org"
  scan_ssid=1
  key_mgmt=WPA-EAP
  pairwise=CCMP TKIP
  group=CCMP TKIP
  eap=TLS
  identity="jayne-wireless.lan"
	
  ca_cert="/etc/wpa-keys/CAcert.pem"
  client_cert="/etc/wpa-keys/jayne-wireless.lan-cert.pem"
  private_key="/etc/wpa-keys/jayne-wireless.lan-key.pem"
}

Here's the log from everything.log...

Feb 18 13:35:48 jayne NetworkManager: <information>	Activation (eth1)
started...
Feb 18 13:35:48 jayne NetworkManager: <information>	Activation (eth1)
Stage 1 of 5 (Device Prepare) scheduled...
Feb 18 13:35:48 jayne NetworkManager: <information>	Activation (eth1)
Stage 1 of 5 (Device Prepare) started...
Feb 18 13:35:48 jayne NetworkManager: <information>	Activation (eth1)
Stage 2 of 5 (Device Configure) scheduled...
Feb 18 13:35:48 jayne NetworkManager: <information>	Activation (eth1)
Stage 1 of 5 (Device Prepare) complete.
Feb 18 13:35:48 jayne NetworkManager: <information>	Activation (eth1)
Stage 2 of 5 (Device Configure) starting...
Feb 18 13:35:48 jayne NetworkManager: <information>	Activation
(eth1/wireless): access point 'flacid.org' is encrypted, but NO valid
key exists.  New key needed.
Feb 18 13:35:48 jayne NetworkManager: <information>	Activation (eth1)
New wireless user key requested for network 'flacid.org'.
Feb 18 13:35:48 jayne NetworkManager: <information>	Activation (eth1)
Stage 2 of 5 (Device Configure) complete.
Feb 18 13:36:29 jayne NetworkManager: <information>	Activation (eth1)
New wireless user key for network 'flacid.org' received.
Feb 18 13:36:29 jayne NetworkManager: <information>	Activation (eth1)
Stage 1 of 5 (Device Prepare) scheduled...
Feb 18 13:36:29 jayne NetworkManager: <information>	Activation (eth1)
Stage 1 of 5 (Device Prepare) started...
Feb 18 13:36:29 jayne NetworkManager: <information>	Activation (eth1)
Stage 2 of 5 (Device Configure) scheduled...
Feb 18 13:36:29 jayne NetworkManager: <information>	Activation (eth1)
Stage 1 of 5 (Device Prepare) complete.
Feb 18 13:36:29 jayne NetworkManager: <information>	Activation (eth1)
Stage 2 of 5 (Device Configure) starting...
Feb 18 13:36:29 jayne NetworkManager: <information>	Activation
(eth1/wireless): access point 'flacid.org' is encrypted, but NO valid
key exists.  New key needed.
Feb 18 13:36:29 jayne NetworkManager: <information>	Activation (eth1)
New wireless user key requested for network 'flacid.org'.
Feb 18 13:36:29 jayne NetworkManager: <information>	Activation (eth1)
Stage 2 of 5 (Device Configure) complete.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]