Comment 184 for bug 1104476

Revision history for this message
Pablo Cabrera (pablo-rocka) wrote : Re: Network manager cannot connect to WPA2/PEAP/MSCHAPv2 network without CA_Certificate

@Aang (aang-aero)

I managed to get rid of the password prompt by adding the password in the [802-1x] section of the connection file:

in the /etc/NetworkManager/system-connections/YOURSSID

Edit the section:
[802-1x]
eap=peap;
identity=YOURUSERNAME
phase2-auth=mschapv2
password=YOURPASSWORDUNENCRYPTED

and it worked for me. No more accept certificate or password prompty dialog.