NetworkManager bug

Fedora 41 was upgraded today. The ‘No CA certificate is required’ option was originally selected because no certificate is needed. However, after the system upgrade, this setting is automatically lost, causing an inability to connect to the network.

Added f41, networkmanager

Please provide more details of your setup and what this certificate is you are referring to.

my config:

[connection]
id=my_id
uuid=xxxx
type=ethernet
interface-name=eno1

[ethernet]
eap=peap;
identity=my_name
password=my_passwd
phase2-auth=mschapv2

[ipv4]
method=auto

[ipv6]
addr-gen-mode=default
method=auto

[proxy]

After performing the last dnf update on Fedora 41, I can no longer connect to the network.
The network-related package is systemd-networkd-256.8-1,
The command used to update is:sudo dnf update -y.

Checking the system log, I see:
<info> device (eno1): state change: config -> failed (reason 'no-secrets', managed-type: 'full').

run sudo dnf remove pkcs11-provider and restart.
is connected。

https://bugzilla.redhat.com/show_bug.cgi?id=2326839