A colleague of mine (Thank you Francois) found a workaround that worked for  me:
My situation: similar error message in .xsession-errors, wasn't able to 'apply' 
or select the .p12 certificate for WPA(2)-Enterprise, separate .pem files for 
usercert and key didn't work either.

Repackaging the original .p12 into a new .p12 with openssl did work
however:

$ openssl pkcs12 -in original.p12 -out temp.pem
$ openssl pkcs12 -in temp.pem -export -name "Repackaged PKCS#12 file" -out 
new.p12 

Selecting the .p12 file in the 'Private Key' entry, leaving the rest
empty allowed me to 'apply' it and get WPA(2)-Enterprise (for eduroam)
working.

Hopefully this works for others as well.

Cheers,

Remco

-- 
Network-Manager fails WPA2 Enterprise configuration
https://bugs.launchpad.net/bugs/445487
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to