Ältere Geräte können sich nicht verbinden. Nach einiger Recherche sieht es so aus, als würde das Problem durch freeradius 3.0.17 verursacht, in der TLS1.3 noch unvollständig implementiert ist. Siehe dazu hier: https://github.com/FreeRADIUS/freeradius-server/issues/2385 Ein Setzen von 'tls_max_version = "1.2"' in der Konfiguration des EAP Moduls behebt das Problem.
freeradius 3.0.18 seems to be fixed. We should update that component.
(In reply to Nico Stöckigt from comment #0) Older devices cannot connect. After some research, it looks like the problem is caused by freeradius 3.0.17, in which TLS1.3 is still incompletely implemented. See here: https://github.com/FreeRADIUS/freeradius-server/issues/2385 Setting 'tls_max_version = "1.2"' in the configuration of the EAP module solves the problem.
Same on 2022111821000661
The customer noted that newer devices can be affected too as long as they do not prioritize a TLS version.
To set the TLS Version via UCRV is maybe the sustainably for our product i guess
2024061221000267 - Customer needs to use TLS 1.3 The freeradius version 3.017 is currently available for UCS 5.0-x. Will we make a version of freeradius available with a patch level update or a minor level update so that TLS 1.3 can be used?
TLS 1.2 is still a valid and supported version, support for TLS 1.3 in UCS 5.0 would therefore be a feature request for me. Making the max. TLS version configurable was done via https://forge.univention.org/bugzilla/show_bug.cgi?id=55247 In most cases forcing the version should solve the problem, if not the client can often be configured in a similar way. (see the link below for Windows 11) Apart from that we evaluated if an update of FreeRADIUS in UCS 5.0 is feasible, but discovered some issues on the way which deter me from investigating this further for now. So all in all I am going to close this bug as of now. If there is a need to have this solved in an alternative fashion before UCS 5.2 let me know. FYI: This is also what the Linuxmuster community came up with: https://ask.linuxmuster.net/t/wpa2-enterprise-mit-freeradius-und-win11-22h2/9675/2 *** This bug has been marked as a duplicate of bug 55247 ***