Kijk eens naar https://askubuntu.com/questions/1290589/how-to-use-wpa3-with-ubuntu-20-04. en vooral https://askubuntu.com/questions/1406799/wifi-access-point-broken-after-22-04-upgrade
Luckily, that "bug report page" also links a comment with a really simple work-around! In a nutshell, that report explains which lines to insert into a certain file. It misses, though, to mention that the "wpa" needs to be restarted afterwards (or how that's done). I'll thus explain both here:
- Open the file "/usr/lib/ssl/openssl.cnf" as an admin.
- Make sure all the following lines appear in that file. (For me, the first was already present)
openssl_conf = openssl_init
>openssl_init] ssl_conf = ssl_sect
>ssl_sect] system_default = system_default_sect
>system_default_sect] Options = UnsafeLegacyRenegotiation
- Restart wpa by first hitting
sudo pkill wpa_supplicant
, then wpa_supplicant
Dat zal mogelijkk wel helpen