Hi all.
I have been facing a very particular issue, when trying to connect to a WPA/WPA-2 Enterprise connection via "TLS authentication"
(note that "TTLS" and "PEAP" authentication work perfect).
Settings ::
a)
As per http://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/examples/python/add-system-wifi-connection.py, the code is written on a Fedora-18 base, using NM0.9
(this code is wriiten on the "client" computers, that wish to connect to the "TLS authenticated" WPA/WPA2-Enterprise network).
b)
Freeradius is being used as the user-authentication server.
c)
Now, when freeradius is being used on a Fedora-14 base, the "TLS" authentication works fine.
I do the following, to generate the certificates required for TLS ::
su -
cd /etc/raddb/certs
make clean
make client.pem
I then fill in the following fields (on the client-side)::
'client-cert': path_to_value("client.p12/generated/on/freeradius/on/Fedora14"), 'ca-cert': path_to_value("ca.pem/generated/on/freeradius/on/Fedora14"), 'private-key': path_to_value("client.p12/generated/on/freeradius/on/Fedora14"),
However, now the wifi-network is not connected; there are "Access-Reject" messages in freeradius-logs.'client-cert': path_to_value("client.p12/generated/on/freeradius/on/Fedora17"), 'ca-cert': path_to_value("ca.pem/generated/on/freeradius/on/Fedora17"), 'private-key': path_to_value("client.p12/generated/on/freeradius/on/Fedora17"),