F42 Wifi entreprise

The subject and the problem are recurrent.
Protected EAP and MSCHAPv2 authentication regularly cause problems. The solutions are :

  • Switching to the LEGACY cryptographic policy,
  • Change @SECLEVEL to 0 in openssl.config
  • and previously, in F41, it seems to me that it was necessary to act on the pkcs11-provider package (remove or downgrade).

Here, since upgrading to version 42, none of these solutions work.
I have the latest kernel: 6.14.4-300.

Do you notice the same thing? Do you have a solution?

Translated with DeepL.com (free version)

problem solved by adding the following to the configuration file (/etc/NetworkManager/system-connections/):
[802-1x]

phase1-auth-flags=32

As described in Authentication\eduroam in the archlinux wiki

1 Like